-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "appmetrics-codewind",
"version": "0.3.0",
"description": "Provides a /metrics endpoints for Application Metrics",
"main": "index.js",
"dependencies": {
"appmetrics": "^5.0.0",
"debug": "^2.6.0",
"express": "^4.14.1",
"os": "^0.1.1",
"path": "^0.12.7"
},
"devDependencies": {
"appmetrics-dash": "^5.3.0",
"codecov": "^3.6.1",
"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": "^6.4.0",
"request": "^2.79.0",
"serve-favicon": "^2.3.2",
"socket.io": "^2.3.0",
"strong-error-handler": "^3.4.0",
"tap": "^14.9.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-codewind.git"
},
"license": "Apache-2.0"
}