eth-net-props/package.json

27 lines
559 B
JSON
Raw Normal View History

2018-08-13 02:00:02 -07:00
{
"name": "eth-net-props",
"version": "1.0.2",
2018-08-13 03:21:32 -07:00
"description": "Get properties of EMV-based network",
2018-08-13 02:00:02 -07:00
"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"
},
2018-08-13 02:00:02 -07:00
"scripts": {
"test": "mocha"
},
2018-08-13 03:21:32 -07:00
"keywords": ["ethereum"],
"author": "POA Network",
2018-08-13 02:00:02 -07:00
"license": "ISC"
}