forked from cubedro/eth-netstats
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "xdc-netstats",
"description": "XDC01 Network Intelligence dashboard",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.15.1",
"npm": "8.11.0"
},
"scripts": {
"dev": "docker-compose up -d mongo && nodemon ./bin/www",
"grunt": "grunt && nodemon ./bin/www",
"start": "node ./bin/www --name XDCStatsLive",
"start:docker": "docker-compose up -d --no-deps --build web-server",
"start:pm2": "pm2 start ./bin/www --name XDCStatsLive",
"alert": "pm2 start alert.js --name XDCalert"
},
"dependencies": {
"axios": "^0.27.2",
"body-parser": "1.13.3",
"chalk": "^2.4.1",
"config": "^3.3.7",
"cors": "^2.8.5",
"d3": "^3.5.17",
"debug": "2.2.0",
"dotenv": "^8.2.0",
"express": "4.13.3",
"geoip-lite": "^1.3.5",
"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",
"grunt-contrib-uglify": "^0.9.1",
"jade": "^1.11.0",
"lodash": "^3.10.1",
"mongoose": "^6.4.0",
"net": "^1.0.2",
"node-cache": "^5.1.2",
"nodemon": "^1.18.9",
"pm2": "latest",
"primus": "^6.0.5",
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",
"uuid": "^8.3.2",
"ws": "^1.1.5",
"xdc3": "latest"
},
"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": "Anil Chinchawale",
"email": "Anil@xinfin.org",
"url": "https://github.com/anilchinchawale"
}
],
"license": "LGPL-3.0"
}