2017-02-25 09:23:48 +03:00
|
|
|
{
|
|
|
|
"name": "ethers-providers",
|
2018-01-10 02:43:09 +03:00
|
|
|
"version": "2.1.16",
|
2017-02-25 09:23:48 +03:00
|
|
|
"description": "Service provider for Ethereum wallet library.",
|
2017-04-05 23:43:57 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/ethers-io/ethers.js/issues",
|
|
|
|
"email": "github@ricmoo.com"
|
|
|
|
},
|
2017-02-25 09:23:48 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"browser": {
|
|
|
|
"xmlhttprequest": "./browser-xmlhttprequest.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-07-06 03:32:16 +03:00
|
|
|
"ethers-utils": "^2.1.0",
|
2017-02-25 09:23:48 +03:00
|
|
|
"inherits": "2.0.1",
|
|
|
|
"xmlhttprequest": "1.8.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"ethers",
|
|
|
|
"providers",
|
|
|
|
"etherscan",
|
|
|
|
"web3",
|
|
|
|
"json",
|
|
|
|
"rpc",
|
|
|
|
"json-rpc",
|
|
|
|
"jsonrpc"
|
|
|
|
],
|
2017-04-05 23:43:57 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2017-02-25 09:23:48 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|