-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
49 lines (49 loc) · 1.18 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
48
49
{
"name": "graphmetrics",
"version": "1.2.0",
"engines": {
"node": ">=4"
},
"description": "Graphing package used in runtime dashboards",
"dependencies": {},
"optionalDependencies": {
"node-report": "^2.1.0"
},
"devDependencies": {
"appmetrics": "^5.1.1",
"debug": "^2.6.0",
"express": "^4.14.1",
"socket.io": "^1.7.2",
"codecov": "^3.6.5",
"compression": "^1.6.2",
"cors": "^2.8.1",
"eslint": "^4.18.2",
"eslint-config-strongloop": "^2.1.0",
"helmet": "^3.4.0",
"loopback": "^3.2.1",
"loopback-boot": "^2.23.0",
"loopback-component-explorer": "^4.1.0",
"request": "^2.79.0",
"serve-favicon": "^2.3.2",
"socket.io-client": "^1.7.2",
"strong-error-handler": "^1.2.1",
"tap": "^10.0.1"
},
"scripts": {
"test": "tap test/test-*.js",
"pretest": "eslint .",
"pretravis": "eslint .",
"travis": "tap test/test-*.js --coverage",
"posttravis": "tap --coverage-report=lcov && codecov"
},
"directories": {
"css": "css",
"js": "js"
},
"repository": {
"type": "git",
"url": "git://github.com/RuntimeTools/graphmetrics.git"
},
"author": "",
"license": "Apache-2.0"
}