forked from zhao0/ipapk-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 962 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 962 Bytes
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
{
"name": "ipapk-server",
"version": "0.2.2",
"description": "Create a HTTPS Server to install ipa and apk locally",
"dependencies": {
"adm-zip": "^0.4.7",
"apk-parser3": "^0.1.6",
"commander": "^2.9.0",
"dbushell-grunt-mustatic": "^0.1.1",
"express": "^4.13.1",
"fs-extra": "^0.30.0",
"ipa-extract-info": "^1.2.2",
"multiparty": "^4.1.2",
"mustache": "^2.1.2",
"shelljs": "^0.7.0",
"sqlite3": "^3.1.8",
"strftime": "^0.9.2",
"underscore": "^1.8.3",
"uuid": "^3.0.1"
},
"bin": {
"ipapk-server": "ipapk-server.js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zhao0/ipapk-server.git"
},
"author": "zhao0",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhao0/ipapk-server/issues"
},
"homepage": "https://github.com/zhao0/ipapk-server"
}