ethstats-server/package.json

43 lines
958 B
JSON

{
"name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.2",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.5.1"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "1.12.0",
"debug": "2.1.1",
"express": "^4.11.2",
"geoip-lite": "^1.1.5",
"jade": "^1.9.2",
"lodash": "^3.3.1",
"primus": "^2.4.12",
"primus-emit": "^0.1.2",
"primus-spark-latency": "^0.1.1",
"serve-favicon": "^2.2.0",
"ws": "^0.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/cubedro/eth-netstats.git"
},
"homepage": "https://github.com/cubedro/eth-netstats",
"bugs": {
"url": "https://github.com/cubedro/eth-netstats/issues"
},
"authors": [
{
"name": "Marian Oancea",
"email": "marian@ethdev.com",
"url": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0"
}