-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 865 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 865 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
35
36
37
38
39
40
{
"name": "ctrace",
"version": "1.1.5",
"description": "well-formatted and improved trace system calls and signals (when the debugger does not help)",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git@github.com:automation-stack/ctrace.git"
},
"keywords": [
"debug",
"debugger",
"trace",
"dtrace",
"dtruss",
"strace",
"syscall",
"system call",
"benchmark",
"performance",
"kernel",
"well-formatted",
"colored output",
"troubleshooting"
],
"bin": {
"ctrace": "./bin/ctrace"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aleksandr Komlev <aleksandr.komlev@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"columnify": "^1.5.4",
"commander": "^2.9.0",
"lodash": "^4.11.2"
}
}