You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
669 B
JSON
27 lines
669 B
JSON
8 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|