2017-02-24 22:57:46 +03:00
|
|
|
{
|
|
|
|
"name": "ethers-utils",
|
2017-11-23 10:11:08 +03:00
|
|
|
"version": "2.1.8",
|
2017-02-24 22:57:46 +03:00
|
|
|
"description": "Utilities for the Ethers Ethereum library.",
|
2017-04-05 23:06:14 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/ethers-io/ethers.js/issues",
|
|
|
|
"email": "github@ricmoo.com"
|
|
|
|
},
|
2017-02-24 22:57:46 +03:00
|
|
|
"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": {
|
2017-02-28 01:35:23 +03:00
|
|
|
"./random-bytes.js": "./browser-random-bytes.js"
|
2017-02-24 22:57:46 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"ethers",
|
|
|
|
"util",
|
|
|
|
"utils",
|
|
|
|
"utilities"
|
|
|
|
],
|
2017-04-05 23:06:14 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2017-02-24 22:57:46 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|