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.

38 lines
964 B
JSON

8 years ago
{
"name": "@ensdomains/eth-ens-namehash",
"version": "2.0.11",
8 years ago
"description": "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137",
"main": "dist/index.js",
8 years ago
"scripts": {
7 years ago
"bundle": "browserify index.js -o dist/index.js",
8 years ago
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/ensdomains/eth-ens-namehash.git"
8 years ago
},
"keywords": [
"Ethereum",
"ENS"
],
"author": "Dan Finlay <dan@danfinlay.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ensdomains/eth-ens-namehash/issues"
8 years ago
},
"homepage": "https://github.com/ensdomains/eth-ens-namehash#readme",
8 years ago
"devDependencies": {
"tape": "^4.6.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browserify": "^14.0.0"
8 years ago
},
"dependencies": {
"idna-uts46-hx": "^3.4.0",
8 years ago
"js-sha3": "^0.5.7"
},
"directories": {
"test": "test"
8 years ago
}
}