ethstats-server/package.json

60 lines
1.4 KiB
JSON
Raw Normal View History

2014-12-03 04:08:49 +01:00
{
2018-12-03 20:43:56 +01:00
"name": "ethstats-server",
"description": "Ethstats Network Dashboard",
"version": "0.2.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-03 20:43:56 +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",
2018-12-01 18:24:05 +01:00
"chalk": "^2.4.1",
"d3": "3.5.17",
2018-12-01 18:21:46 +01:00
"debug": "^4.1.0",
2018-12-01 18:10:12 +01:00
"express": "^4.16.4",
"geoip-lite": "^1.4.3",
2018-12-01 17:47:05 +01:00
"grunt": "^1.0.3",
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",
"grunt-contrib-pug": "^3.0.0",
2018-12-01 18:13:43 +01:00
"grunt-contrib-uglify": "^4.0.0",
"lodash": "4.17.19",
2018-12-01 18:20:51 +01:00
"primus": "^7.3.1",
2016-10-18 18:45:35 +02:00
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",
2022-04-17 09:59:14 +02:00
"pug": "^3.0.2",
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",
2022-04-17 09:59:14 +02:00
"devDependencies": {
"grunt-cli": "^1.4.3"
}
2014-12-04 22:35:09 +01:00
}