-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
65 lines (65 loc) · 1.48 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "strong-agent",
"version": "2.0.1",
"description": "StrongOps Application Performance Monitoring Agent",
"author": "StrongLoop <[email protected]>",
"homepage": "http://strongloop.com",
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-agent"
},
"bugs": {
"url": "https://github.com/strongloop/strong-agent/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"contributors": [],
"main": "lib/main",
"directories": {
"lib": "./lib"
},
"dependencies": {
"debug": "^2.0.0",
"semver": "^5.4.1",
"strong-license": "^1.2.0"
},
"devDependencies": {
"async": "~0.9.0",
"bluebird": "^2.10.0",
"express": "~3.3.5",
"loopback": "^2.21.0",
"loopback-connector-postgresql": "^2.3.0",
"loopback-datasource-juggler": "^2.36.0",
"memcache": "latest",
"mongodb": "latest",
"mysql": "^2.7.0",
"pg": "latest",
"redis": "latest",
"strong-express-metrics": "^1.0.1",
"tap": "^0.4.13"
},
"scripts": {
"clang-format": "make clang-format",
"install": "node-gyp rebuild || exit 0",
"test": "tap --tap --gc --stderr --timeout 30 test/test-*.js",
"lint": "make -C src lint"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"apm",
"monitoring",
"performance",
"profiling",
"heap",
"event loop",
"analytics",
"metrics",
"alerts",
"profiler",
"response",
"time",
"memory",
"slowest functions"
]
}