ethers.js/utils/package.json
2017-02-27 00:05:39 -05:00

29 lines
624 B
JSON

{
"name": "ethers-utils",
"version": "2.0.0",
"description": "Utilities for the Ethers Ethereum library.",
"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",
"xmlhttprequest": "./browser-xmlhttprequest.js"
},
"keywords": [
"ethereum",
"ethers",
"util",
"utils",
"utilities"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}