-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
46
47
{
"name": "gochain-netstats",
"description": "GoChain Network Intelligence dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "1.20.1",
"chalk": "5.4.1",
"d3": "7.9.0",
"debug": "4.4.0",
"express": "4.18.2",
"geoip-lite": "1.2.2",
"grunt": "^1.5.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"jade": "1.11.0",
"lodash": "4.17.19",
"primus": "^8.0.9",
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",
"ws": "^8.18.0"
},
"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": "Marian Oancea",
"email": "[email protected]",
"url": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0",
"devDependencies": {}
}