eth-net-props/package.json

35 lines
935 B
JSON
Raw Normal View History

2018-08-13 02:00:02 -07:00
{
"name": "eth-net-props",
"version": "1.0.24",
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": {
2018-10-29 05:20:11 -07:00
"coveralls": "^3.0.2",
"eslint": "^5.8.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.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 .",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
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"
}