forked from stackimpact/stackimpact-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.06 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.06 KB
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": "stackimpact",
"version": "1.2.1",
"description": "StackImpact Node.js Agent",
"author": "StackImpact <[email protected]>",
"keywords": [
"performance profiler",
"performance monitoring",
"production profiler",
"v8 profiler",
"cpu profiler",
"cpu sampler",
"cpu hot spots",
"memory profiler",
"memory sampler",
"memory leak",
"async profiler",
"error monitoring",
"health metrics",
"event loop stats",
"event loop monitoring",
"event loop metrics",
"gc stats",
"gc metrics",
"garbage collection monitoring",
"garbage collection metrics"
],
"homepage": "http://stackimpact.com",
"repository": {
"type": "git",
"url": "https://github.com/stackimpact/stackimpact-nodejs.git"
},
"scripts": {
"install": "node node-gyp-fallback.js"
},
"dependencies": {
"nan": "*"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
"mocha": "*"
},
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"license": "BSD-3-Clause"
}