-
Notifications
You must be signed in to change notification settings - Fork 183
/
package.json
36 lines (36 loc) · 943 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
{
"name": "ios-ipa-server",
"version": "1.2.2",
"description": "Create a HTTPS Server to install ipa locally",
"dependencies": {
"adm-zip": "^0.4.7",
"base64-url": "^2.3.3",
"commander": "^2.9.0",
"dbushell-grunt-mustatic": "^0.1.1",
"express": "^4.13.1",
"fs-extra": "^0.30.0",
"mustache": "^2.1.2",
"os-homedir": "^1.0.2",
"qrcode-terminal": "^0.11.0",
"shelljs": "^0.7.0",
"strftime": "^0.9.2",
"underscore": "^1.8.3"
},
"bin": {
"ios-ipa-server": "bin/ios-ipa-server.js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bumaociyuan/zxIpaServer.git"
},
"author": "bumaociyuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/bumaociyuan/ios-ipa-server/issues"
},
"homepage": "https://github.com/bumaociyuan/ios-ipa-server"
}