-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 989 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
{
"name": "slicingapp",
"version": "1.4.2",
"description": "The tool for slicing iOS app.",
"main": "bin/slicingapp.js",
"bin": {
"slicingapp": "bin/slicingapp.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanzhiwei147/iAppSlicing.git"
},
"keywords": [
"app slicing",
"ipa",
"binary",
"ios"
],
"author": "arida",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanzhiwei147/iAppSlicing/issues"
},
"homepage": "https://github.com/yanzhiwei147/iAppSlicing#readme",
"dependencies": {
"colors": "1.1.2",
"decompress": "^4.2.0",
"find": "^0.2.7",
"fs-extra": "^1.0.0",
"minimist": "1.2.5",
"plist": "^3.0.4",
"xmldom": "^0.6.0",
"zip-local": "^0.3.4",
"jszip": "^3.7.0"
}
}