-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 857 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
{
"name": "nodegrind",
"version": "0.6.2",
"description": "Profile nodejs applications with kcachegrind, either using the nodegrind wrapper or the more targeted profiling module.",
"main": "nodegrind.js",
"engines": {
"node": ">0.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"nodegrind": "nodegrind.js"
},
"repository": {
"type": "git",
"url": "git://github.com/gwicke/nodegrind.git"
},
"keywords": [
"profiling",
"kcachegrind"
],
"author": "Gabriel Wicke <[email protected]>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/gwicke/nodegrind/issues"
},
"dependencies": {
"v8-profiler": "*",
"chrome2calltree": "git+https://github.com/gwicke/chrome2calltree.git",
"memory-streams": "0.0.3",
"yargs": "^1.2.1"
}
}