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-07-20 15:24:13 +02:00
|
|
|
"version": "0.0.9",
|
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-05-26 22:13:50 +02:00
|
|
|
"body-parser": "1.12.4",
|
2015-06-03 04:06:09 +02:00
|
|
|
"chalk": "^1.0.0",
|
2015-04-24 02:08:12 +02:00
|
|
|
"d3": "^3.5.5",
|
2015-05-26 22:13:50 +02:00
|
|
|
"debug": "2.2.0",
|
|
|
|
"express": "4.12.4",
|
2015-04-17 02:23:16 +02:00
|
|
|
"geoip-lite": "1.1.6",
|
2015-05-26 22:13:50 +02:00
|
|
|
"jade": "1.10.0",
|
|
|
|
"lodash": "3.9.3",
|
2015-04-17 02:23:16 +02:00
|
|
|
"primus": "3.0.2",
|
|
|
|
"primus-emit": "0.1.2",
|
|
|
|
"primus-spark-latency": "0.1.1",
|
2015-05-26 22:13:50 +02:00
|
|
|
"ws": "0.7.2"
|
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"
|
|
|
|
}
|
|
|
|
],
|
2015-05-12 17:02:51 +02:00
|
|
|
"license": "LGPL-3.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
|
|
"grunt-contrib-cssmin": "^0.12.3",
|
|
|
|
"grunt-contrib-jade": "^0.14.1",
|
|
|
|
"grunt-contrib-uglify": "^0.9.1"
|
|
|
|
}
|
2014-12-04 22:35:09 +01:00
|
|
|
}
|