UNPKG

ethereum-ens

Version:

Javascript bindings for the Ethereum Name Service

42 lines (41 loc) 887 B
{ "name": "ethereum-ens", "version": "0.5.1", "homepage": "https://github.com/Arachnid/ensjs#readme", "description": "Javascript bindings for the Ethereum Name Service", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Arachnid/ensjs.git" }, "keywords": [ "ethereum", "ens", "nameserver" ], "author": "Nick Johnson", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/Arachnid/ensjs/issues" }, "directories": { "test": "test" }, "dependencies": { "bluebird": "^3.4.7", "crypto-js": "^3.1.6", "idna-uts46": "^1.0.1", "pako": "^1.0.4", "text-encoding": "^0.6.4", "underscore": "^1.8.3" }, "devDependencies": { "async": "^2.0.0", "mocha": "^3.0.2", "ethereumjs-testrpc": "^2.2.3", "solc": "^0.4.9" } }