Ethereum network status dashboard for PoW and PoA networks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ethstats-server/package.json

26 lines
499 B

10 years ago
{
"name": "eth-netstats",
"version": "0.0.1",
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
10 years ago
"private": true,
"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",
10 years ago
"primus": "^2.4.12",
"primus-emit": "^0.1.2",
"primus-spark-latency": "^0.1.1",
"serve-favicon": "^2.2.0",
10 years ago
"ws": "^0.7.1"
10 years ago
}
}