ethstats-server/package.json

44 lines
968 B
JSON
Raw Normal View History

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-04-28 14:22:34 +02:00
"version": "0.0.6",
2015-02-26 19:56:04 +01:00
"private": true,
2015-02-05 07:15:36 +01:00
"engines": {
"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-17 02:23:16 +02:00
"body-parser": "1.12.3",
2015-04-24 02:08:12 +02:00
"d3": "^3.5.5",
2015-04-05 20:11:28 +02:00
"debug": "2.1.3",
2015-04-17 02:23:16 +02:00
"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"
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
}