-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 828 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": "resignapp",
"version": "1.4.1",
"description": "The tool for resign iOS app.",
"main": "bin/resignapp.js",
"bin": {
"resignapp": "bin/resignapp.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanzhiwei147/iResignApp.git"
},
"keywords": [
"resign",
"ipa",
"binary",
"ios",
"codesign"
],
"author": "arida",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/yanzhiwei147/iResignApp/issues"
},
"homepage": "https://github.com/yanzhiwei147/iResignApp#readme",
"dependencies": {
"colors": "1.1.2",
"fs-extra": "1.0.0",
"minimist": "1.2.5"
}
}