First commit

master
Dan Finlay 8 years ago
commit 9eb7c22433
No known key found for this signature in database
GPG Key ID: 931102F24B36007A

1
.gitignore vendored

@ -0,0 +1 @@
node_modules

@ -0,0 +1,26 @@
{
"name": "eth-ens-namehash",
"version": "1.0.0",
"description": "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flyswatter/eth-ens-namehash.git"
},
"keywords": [
"Ethereum",
"ENS"
],
"author": "Dan Finlay <dan@danfinlay.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/flyswatter/eth-ens-namehash/issues"
},
"homepage": "https://github.com/flyswatter/eth-ens-namehash#readme",
"devDependencies": {
"tape": "^4.6.3"
}
}
Loading…
Cancel
Save