eth-net-props/package.json

29 lines
567 B
JSON

{
"name": "eth-net-props",
"version": "1.0.8",
"description": "Get properties of EMV-based network",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.1.2"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"homepage": "https://github.com/poanetwork/eth-net-props#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/poanetwork/eth-net-props.git"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"ethereum"
],
"author": "POA Network",
"license": "ISC"
}