forked from zhao0/ipapk-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "ipapk-server-v2",
"version": "0.4.0",
"description": "Create a HTTPS Server to install ipa and apk locally",
"dependencies": {
"adm-zip": "^0.4.12",
"apk-parser3": "^0.1.7",
"commander": "^2.20.0",
"dbushell-grunt-mustatic": "^0.1.5",
"express": "^4.13.1",
"express-bearer-token": "^2.4.0",
"fs-extra": "^7.0.1",
"ipa-extract-info": "^1.2.5",
"jszip": "^3.2.1",
"multiparty": "^4.2.1",
"mustache": "^3.0.1",
"shelljs": "^0.8.3",
"sqlite3": "^4.0.6",
"strftime": "^0.10.0",
"underscore": "^1.9.1",
"uuid": "^3.3.2"
},
"bin": {
"ipapk-server": "ipapk-server.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Jason916/ipapk-server-v2.git"
},
"author": "zhao0",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jason916/ipapk-server-v2/issues"
},
"homepage": "https://github.com/Jason916/ipapk-server-v2"
}