forked from OpenGarage/OpenGarage-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.21 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
68
69
70
71
72
73
74
75
76
{
"name": "opengarage",
"fullName": "OpenGarage",
"author": "Samer Albahra",
"homepage": "http://opengarage.io",
"version": "2.1.5",
"build": "16",
"license": "UNLICENSED",
"private": false,
"description": "Designed to allow intuitive control of the OpenGarage garage door opener.",
"repository": "https://github.com/OpenGarage/OpenGarage-App",
"scripts": {
"lint": "exec gulp"
},
"pre-commit": "lint",
"dependencies": {
"cordova-ios": "^4.5.4",
"cordova-plugin-3dtouch": "^1.3.5",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-inappbrowser": "^2.0.2",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-networkinterface": "^1.2.0",
"cordova-plugin-safariviewcontroller": "^1.5.2",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.1",
"cordova-plugin-whitelist": "^1.3.3",
"dotenv": "~5.0.1",
"es6-promise-plugin": "^4.1.0",
"ionic-plugin-keyboard": "^2.2.1"
},
"devDependencies": {
"bower": "^1.8.2",
"fs-extra": "~5.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "~5.0.0",
"gulp-concat": "~2.6.1",
"gulp-imagemin": "~4.1.0",
"gulp-jscs": "~4.1.0",
"gulp-jshint": "~2.1.0",
"gulp-manifest": "~0.1.1",
"gulp-minify-css": "~1.2.4",
"gulp-notify": "~3.2.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.6.1",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.3.4",
"gulp-sourcemaps": "~2.6.4",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.7",
"jshint": "~2.9.4",
"pre-commit": "~1.2.2",
"run-sequence": "~2.2.1",
"shelljs": "~0.8.1",
"yargs": "~11.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-3dtouch": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": " "
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-networkinterface": {},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {}
},
"platforms": [
"ios"
]
}
}