forked from backtrace-labs/backtrace-morgue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 938 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
35
36
37
38
{
"name": "backtrace-morgue",
"version": "0.9.5",
"description": "command line interface to the Backtrace object store",
"main": "./lib/coroner.js",
"keywords": [
"backtrace",
"crashes",
"post-mortem",
"debugging"
],
"repository": {
"type": "git",
"url": "git+https://github.com/backtrace-labs/backtrace-morgue.git"
},
"author": "team <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/backtrace-labs/backtrace-morgue/issues"
},
"homepage": "https://github.com/backtrace-labs/backtrace-morgue#readme",
"dependencies": {
"backtrace-node": "~0.5.1",
"colors": "^1.1.2",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.15.1",
"printf": "^0.2.5",
"prompt": "^1.0.0",
"streamsink": "^1.2.0",
"time-ago": "^0.1.0"
},
"preferGlobal": "true",
"bin": {
"morgue": "./bin/morgue.js"
}
}