-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
67 lines (67 loc) · 1.72 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "mobile-app-distribution",
"version": "0.7.1",
"description": "A NodeJS project to build and distribute mobile and web app for wireless distribution",
"main": "distribute.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"distribute": "libs/bin/distribute.js"
},
"keywords": [
"nodejs",
"cordova",
"ios",
"android",
"wireless",
"distribution",
"distribute",
"build",
"angular",
"deploy"
],
"author": "Luca Caprini",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/lcaprini/mobile-app-distribution.git"
},
"dependencies": {
"archiver": "^2.0.0",
"asciimo": "https://github.com/crazyguitar/asciimo.git",
"basic-ftp": "^3.8.0",
"bluebird": "^3.5.0",
"command-exists": "^1.2.2",
"commander": "^2.9.0",
"connect": "^3.6.3",
"cordova-config": "https://github.com/lcaprini/cordova-config.git#major-0",
"cordova-res": "^0.14.0",
"corser": "^2.0.1",
"elementtree": "^0.1.7",
"find-versions": "^2.0.0",
"ftp-deploy": "^2.3.3",
"inquirer": "^3.2.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"nodemailer": "^4.0.1",
"opener": "^1.4.3",
"plist": "^2.1.0",
"prompt": "^1.0.0",
"qrcode-terminal": "^0.11.0",
"serve-static": "^1.12.4",
"sftp-upload": "^1.0.1",
"shelljs": "^0.7.7",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^2.0.1"
}
}