ethers.js/packages/networks/package.json

23 lines
544 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/networks",
2019-08-02 09:10:58 +03:00
"version": "5.0.0-beta.126",
2019-05-15 01:25:46 +03:00
"description": "Network definitions for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
2019-08-02 01:04:06 +03:00
"@ethersproject/logger": ">5.0.0-beta.0"
2019-05-15 01:25:46 +03:00
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-08-02 09:10:58 +03:00
"tarballHash": "0x48b2dafc0ae52ee5960b9478575ca59e8d205f5e302f0730402cdd30e5e85d0b"
2019-05-15 01:25:46 +03:00
}