-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 KB
/
package.json
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
{
"name": "fsn-stats",
"version": "1.0.0",
"description": "Fusion's node monitor",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FUSIONFoundation/fsn-stats.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FUSIONFoundation/fsn-stats/issues"
},
"homepage": "https://github.com/FUSIONFoundation/fsn-stats#readme",
"dependencies": {
"auto-bind": "^2.1.1",
"body-parser": "^1.18.3",
"chalk": "1.1.1",
"d3": "3.5.6",
"debug": "2.2.0",
"express": "^4.17.1",
"geoip-lite": "1.2.1",
"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",
"http2": "^3.3.7",
"jade": "1.11.0",
"lodash": "3.10.1",
"pg": "^7.12.1",
"primus": "^6.1.0",
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",
"websocket": "^1.0.30",
"ws": "^1.1.1"
}
}