2014-12-03 04:08:49 +01:00
|
|
|
{
|
|
|
|
"name": "eth-netstats",
|
2015-02-26 19:56:04 +01:00
|
|
|
"description": "Ethereum Network Intelligence dashboard",
|
2015-02-26 19:24:39 +01:00
|
|
|
"version": "0.0.2",
|
2015-02-26 19:56:04 +01:00
|
|
|
"private": true,
|
2015-02-05 07:15:36 +01:00
|
|
|
"engines": {
|
2015-02-26 19:24:39 +01:00
|
|
|
"node": "0.12.0",
|
2015-03-27 10:44:07 +01:00
|
|
|
"npm": "2.5.1"
|
2015-02-05 07:15:36 +01:00
|
|
|
},
|
2014-12-03 04:08:49 +01:00
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-04-05 20:11:28 +02:00
|
|
|
"body-parser": "1.12.2",
|
|
|
|
"debug": "2.1.3",
|
|
|
|
"express": "^4.11.3",
|
|
|
|
"geoip-lite": "^1.1.6",
|
2015-02-25 22:34:09 +01:00
|
|
|
"jade": "^1.9.2",
|
2015-04-05 20:11:28 +02:00
|
|
|
"lodash": "^3.6.0",
|
|
|
|
"primus": "^3.0.2",
|
2015-02-17 03:04:15 +01:00
|
|
|
"primus-emit": "^0.1.2",
|
2015-02-23 14:57:41 +01:00
|
|
|
"primus-spark-latency": "^0.1.1",
|
2015-02-25 22:34:09 +01:00
|
|
|
"serve-favicon": "^2.2.0",
|
2015-02-17 03:04:15 +01:00
|
|
|
"ws": "^0.7.1"
|
2015-02-26 19:56:04 +01:00
|
|
|
},
|
|
|
|
"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"
|
2014-12-04 22:35:09 +01:00
|
|
|
}
|