2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/packages/networks/package.json

27 lines
640 B
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"name": "@ethersproject/networks",
2019-08-21 01:52:13 -04:00
"version": "5.0.0-beta.128",
2019-05-14 18:25:46 -04:00
"description": "Network definitions for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
2019-08-01 18:04:06 -04:00
"@ethersproject/logger": ">5.0.0-beta.0"
2019-05-14 18:25:46 -04:00
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
2019-08-21 01:52:13 -04:00
"tarballHash": "0xe92e07d3a7c8206b3c5ff00ca361b20cec1606fd56e4be8224bd25855756fd0f"
2019-05-14 18:25:46 -04:00
}