ethstats-server/package.json

44 lines
968 B
JSON

{
"name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.4",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.5.1"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "1.12.3",
"d3": "^3.5.5",
"debug": "2.1.3",
"express": "4.12.3",
"geoip-lite": "1.1.6",
"jade": "1.9.2",
"lodash": "3.7.0",
"primus": "3.0.2",
"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"
}