forked from RuntimeTools/appmetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 850 Bytes
/
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
{
"name": "appmetrics",
"version": "3.0.2",
"engines": { "node": ">=4" },
"description": "Node Application Metrics",
"bin": {
"node-hc": "bin/appmetrics-cli.js"
},
"dependencies": {
"nan": "2.x",
"tar": "2.x",
"semver": "^5.3.0",
"jszip": "2.5.x"
},
"bundleDependencies": [
"tar"
],
"devDependencies": {
"node-gyp": "3.x",
"tap": "7.x"
},
"scripts": {
"test": "tap --reporter tap --timeout=120 tests/*tests.js tests/probes/http-outbound-probe-test.js tests/probes/http-probe-test.js tests/headless_test.js",
"install": "node extract_all_binaries.js || node-gyp rebuild"
},
"directories": {
"lib": "lib",
"probes": "probes"
},
"repository": {
"type": "git",
"url": "git://github.com/RuntimeTools/appmetrics.git"
},
"author": "",
"license": "Apache-2.0"
}