ethereumjs-common
Version:
Resources common to all Ethereum implementations
50 lines (49 loc) • 1.26 kB
JSON
{
"name": "ethereumjs-common",
"version": "0.2.0",
"description": "Resources common to all Ethereum implementations",
"main": "index.js",
"scripts": {
"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
"lint": "standard",
"test": "npm run lint && node tests/",
"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
},
"keywords": [
"ethereum",
"ethereumjs",
"constants",
"parameters",
"genesis",
"networks",
"bootstrap"
],
"nyc": {
"exclude": "tests/*.js"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
},
"homepage": "https://github.com/ethereumjs-ethereumjs/common",
"devDependencies": {
"coveralls": "^3.0.1",
"documentation": "^6.3.2",
"nyc": "^11.7.1",
"standard": "^11.0.1",
"tape": "^4.2.0"
},
"maintainers": [
{
"name": "Holger Drewes",
"email": "Holger.Drewes@gmail.com"
}
],
"dependencies": {}
}