ethers.js/utils/package.json
2017-10-20 15:16:18 -04:00

36 lines
776 B
JSON

{
"name": "ethers-utils",
"version": "2.1.3",
"description": "Utilities for the Ethers Ethereum library.",
"bugs": {
"url": "http://github.com/ethers-io/ethers.js/issues",
"email": "github@ricmoo.com"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bn.js": "^4.4.0",
"hash.js": "^1.0.0",
"js-sha3": "0.5.7",
"xmlhttprequest": "1.8.0"
},
"browser": {
"./random-bytes.js": "./browser-random-bytes.js"
},
"keywords": [
"ethereum",
"ethers",
"util",
"utils",
"utilities"
],
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}