2014-12-03 04:08:49 +01:00
|
|
|
{
|
2018-12-01 01:34:22 +01:00
|
|
|
"name": "netstats-server",
|
|
|
|
"description": "POA Network Intelligence dashboard",
|
|
|
|
"version": "0.1.0",
|
2015-02-26 19:56:04 +01:00
|
|
|
"private": true,
|
2015-02-05 07:15:36 +01:00
|
|
|
"engines": {
|
2018-12-01 17:42:10 +01:00
|
|
|
"node": "8.11.1",
|
2018-12-01 17:44:32 +01:00
|
|
|
"npm": "6.4.1"
|
2015-02-05 07:15:36 +01:00
|
|
|
},
|
2014-12-03 04:08:49 +01:00
|
|
|
"scripts": {
|
2018-12-01 17:47:05 +01:00
|
|
|
"dist": "grunt",
|
2014-12-03 04:08:49 +01:00
|
|
|
"start": "node ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-12-01 18:10:12 +01:00
|
|
|
"body-parser": "^1.18.3",
|
2015-08-21 21:25:16 +02:00
|
|
|
"chalk": "1.1.1",
|
|
|
|
"d3": "3.5.6",
|
2015-05-26 22:13:50 +02:00
|
|
|
"debug": "2.2.0",
|
2018-12-01 18:10:12 +01:00
|
|
|
"express": "^4.16.4",
|
2018-12-01 17:50:04 +01:00
|
|
|
"geoip-lite": "^1.3.2",
|
2018-12-01 17:47:05 +01:00
|
|
|
"grunt": "^1.0.3",
|
|
|
|
"grunt-cli": "^1.3.2",
|
2018-12-01 18:13:43 +01:00
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
2018-12-01 18:14:52 +01:00
|
|
|
"grunt-contrib-jade": "^1.0.0",
|
2018-12-01 18:13:43 +01:00
|
|
|
"grunt-contrib-uglify": "^4.0.0",
|
2018-12-01 18:16:46 +01:00
|
|
|
"jade": "^1.11.0",
|
2016-10-18 18:45:35 +02:00
|
|
|
"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",
|
2018-12-01 18:17:49 +01:00
|
|
|
"ws": "^6.1.2"
|
2015-02-26 19:56:04 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-01 01:34:22 +01:00
|
|
|
"url": "https://github.com/goerli/netstats-server.git"
|
2015-02-26 19:56:04 +01:00
|
|
|
},
|
2018-12-01 01:34:22 +01:00
|
|
|
"homepage": "https://github.com/goerli/netstats-server",
|
2015-02-26 19:56:04 +01:00
|
|
|
"bugs": {
|
2018-12-01 01:34:22 +01:00
|
|
|
"url": "https://github.com/goerli/netstats-server/issues"
|
2015-02-26 19:56:04 +01:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marian Oancea",
|
|
|
|
"email": "marian@ethdev.com",
|
|
|
|
"url": "https://github.com/cubedro"
|
2018-12-01 01:34:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Afri Schoedon",
|
|
|
|
"email": "goerli@5chdn.co",
|
|
|
|
"url": "https://github.com/goerli"
|
2015-02-26 19:56:04 +01:00
|
|
|
}
|
|
|
|
],
|
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
|
|
|
}
|