59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "netstats-server",
|
|
"description": "POA Network Intelligence dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "8.11.1",
|
|
"npm": "6.4.1"
|
|
},
|
|
"scripts": {
|
|
"dist": "grunt",
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"chalk": "1.1.1",
|
|
"d3": "3.5.6",
|
|
"debug": "2.2.0",
|
|
"express": "^4.16.4",
|
|
"geoip-lite": "^1.3.2",
|
|
"grunt": "^1.0.3",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
"grunt-contrib-jade": "^1.0.0",
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
"jade": "1.11.0",
|
|
"lodash": "3.10.1",
|
|
"primus": "^6.0.5",
|
|
"primus-emit": "^1.0.0",
|
|
"primus-spark-latency": "^0.1.1",
|
|
"ws": "^6.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/goerli/netstats-server.git"
|
|
},
|
|
"homepage": "https://github.com/goerli/netstats-server",
|
|
"bugs": {
|
|
"url": "https://github.com/goerli/netstats-server/issues"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Marian Oancea",
|
|
"email": "marian@ethdev.com",
|
|
"url": "https://github.com/cubedro"
|
|
},
|
|
{
|
|
"name": "Afri Schoedon",
|
|
"email": "goerli@5chdn.co",
|
|
"url": "https://github.com/goerli"
|
|
}
|
|
],
|
|
"license": "LGPL-3.0",
|
|
"devDependencies": {}
|
|
}
|