-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.27 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
{
"name": "netstats",
"description": "SimpleChain Network Intelligence dashboard",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.5.1"
},
"scripts": {
"postinstall": "npm install grunt-cli",
"start": "grunt && node ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"d3": "^3.5.17",
"debug": "^4.1.1",
"express": "^4.16.4",
"geoip-lite": "1.3.5",
"grunt": "^0.4.5",
"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": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/simplechain-org/netstats.git"
},
"homepage": "https://github.com/simplechain-org/netstats",
"bugs": {
"url": "https://github.com/simplechain-org/netstats/issues"
},
"authors": [
{
"name": "Moro",
"email": "morolt@gmail.com",
"url": "https://github.com/simplechain-org"
}
],
"license": "LGPL-3.0",
"devDependencies": {}
}