eth-net-props/package.json

35 lines
803 B
JSON
Raw Permalink Normal View History

2018-08-13 02:00:02 -07:00
{
"name": "eth-net-props",
"version": "1.0.41",
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": {
2019-11-24 12:07:39 -08:00
"chai": "^4.2.0"
2018-08-13 02:00:02 -07:00
},
"devDependencies": {
2020-03-18 01:30:24 -07:00
"coveralls": "^3.0.9",
2019-11-24 12:07:39 -08:00
"eslint": "^6.7.0",
"mocha": "^10.0.0",
2019-11-24 12:07:39 -08:00
"mocha-lcov-reporter": "^1.3.0",
2020-03-18 01:30:24 -07:00
"nyc": "^15.0.0"
2018-08-13 02:00:02 -07:00
},
"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": {
2018-10-29 05:20:11 -07:00
"test": "mocha",
"lint": "./node_modules/.bin/eslint .",
2019-11-24 12:07:39 -08:00
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
2018-08-13 02:00:02 -07:00
},
2018-09-19 10:28:16 -07:00
"keywords": [
"ethereum"
],
2018-08-13 03:21:32 -07:00
"author": "POA Network",
2018-08-13 02:00:02 -07:00
"license": "ISC"
}