ethers.js/utils/package.json

36 lines
776 B
JSON
Raw Normal View History

2017-02-24 22:57:46 +03:00
{
"name": "ethers-utils",
"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": {
"./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"
}