-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1023 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ios-triage",
"version": "0.2.2",
"description": "CLI for iOS incident response",
"main": "index.js",
"scripts": {
"test": "semistandard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahoog42/ios-triage.git"
},
"bin": {
"ios-triage": "./index.js"
},
"keywords": [
"ios",
"ir",
"incident response",
"mobile",
"triage",
"cli"
],
"author": "Andrew Hoog <ahoog42@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahoog42/ios-triage/issues"
},
"homepage": "https://github.com/ahoog42/ios-triage#readme",
"dependencies": {
"async": "^2.6.1",
"commander": "^2.18.0",
"copy-dir": "^0.4.0",
"deep-diff": "^1.0.2",
"handlebars": "^4.2.0",
"plist": "^3.0.1",
"read-chunk": "^3.0.0",
"split": "^1.0.0",
"winston": "^3.1.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"semistandard": "^12.0.1"
},
"semistandard": {
"ignore": [
"html"
]
}
}