-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 934 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 934 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": "ipa-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"busboy": "^0.2.14",
"decompress-zip": "^0.3.0",
"fs-extra": "^5.0.0",
"https": "^1.0.0",
"koa": "^2.4.1",
"koa-locale": "^1.3.0",
"koa-route": "^3.2.0",
"koa-sslify": "^4.0.3",
"koa-static": "^4.0.2",
"mime-types": "^2.1.17",
"express": "^4.13.1",
"moment": "^2.20.1",
"pngdefry": "^1.1.6",
"randomstring": "^1.1.5",
"os-homedir": "^1.0.2",
"qrcode-terminal": "^0.11.0",
"shelljs": "^0.7.0",
"strftime": "^0.9.2",
"underscore": "^1.8.3",
"simple-plist": "^0.2.1"
},
"devDependencies": {
"nodemon": "^1.14.1"
},
"scripts": {
"start": "nodemon index.js -i public/",
"docker-build": "docker build -t ios-ipa-server-https .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}