forked from RuntimeTools/appmetrics-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "appmetrics-dash",
"version": "5.3.0",
"description": "Embedded monitoring dashboard for Node.js applications.",
"main": "index.js",
"dependencies": {
"appmetrics": "^5.0.0",
"debug": "^2.6.0",
"express": "^4.14.1",
"socket.io": "^2.0.3"
},
"optionalDependencies": {
"node-report": "^2.1.0"
},
"devDependencies": {
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/RuntimeTools/appmetrics-dash.git"
},
"license": "Apache-2.0"
}