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