-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 908 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 908 Bytes
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
{
"name": "measurestuff",
"version": "0.5.0",
"description": "Measure the things -- drop-in module for adding instrumentation to an existing node.js server app",
"url": "https://github.com/gradecam/measurestuff",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Richard Bateman <rbateman@gradecam.com>",
"license": "ISC",
"dependencies": {
"flamegraph": "^1.3.0",
"v8-profiler-next": "^1.4.0"
},
"bugs": {
"url": "https://github.com/gradecam/measurestuff/issues/new"
},
"repository": {
"type": "git",
"url": "git://github.com/gradecam/measurestuff.git"
},
"keywords": [
"v8-profiler",
"cpuprofile",
"heapsnapshot",
"cpu profile",
"heap snapshot",
"performance tuning",
"flame graph"
],
"homepage": "https://github.com/gradecam/measurestuff"
}