ethstats-server/package.json

52 lines
1.2 KiB
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-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": {
"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-08-21 21:25:16 +02:00
"body-parser": "1.13.3",
"chalk": "1.1.1",
"d3": "3.5.6",
2015-05-26 22:13:50 +02:00
"debug": "2.2.0",
2015-08-21 21:25:16 +02:00
"express": "4.13.3",
2015-04-17 02:23:16 +02:00
"geoip-lite": "1.1.6",
"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",
2016-10-18 18:45:35 +02:00
"grunt-contrib-uglify": "^0.9.1",
"jade": "1.11.0",
"lodash": "3.10.1",
2016-11-08 12:20:39 +01:00
"primus": "^6.0.5",
2016-10-18 18:45:35 +02:00
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",
2016-11-08 12:32:04 +01:00
"ws": "^1.1.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"
}
],
2015-05-12 17:02:51 +02:00
"license": "LGPL-3.0",
2016-10-18 18:45:35 +02:00
"devDependencies": {}
2014-12-04 22:35:09 +01:00
}