30 lines
644 B
JSON
30 lines
644 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",
|
|
"rlp": "2.0.0",
|
|
"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"
|
|
}
|