-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
78 lines (78 loc) · 2.3 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
77
78
{
"name": "opengarage",
"fullName": "OpenGarage",
"author": "Samer Albahra",
"homepage": "http://opengarage.io",
"version": "2.3.3",
"build": "24",
"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",
"devDependencies": {
"@ionic/v1-toolkit": "3.2.3",
"bower": "^1.8.8",
"cordova": "^11.0.0",
"cordova-android": "^10.1.2",
"cordova-ios": "^6.2.0",
"cordova-plugin-3dtouch": "^1.3.8",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-networkinterface": "^2.0.0",
"cordova-plugin-safariviewcontroller": "^2.0.0",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.5",
"dotenv": "^10.0.0",
"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.4.0",
"gulp-replace": "~0.6.1",
"gulp-sass": "^4.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "~3.0.7",
"ionic-plugin-keyboard": "^2.2.1",
"jshint": "^2.11.1",
"pre-commit": "~1.2.2",
"run-sequence": "~2.2.1",
"shelljs": "^0.8.4",
"yargs": "~11.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-3dtouch": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": " ",
"GPS_REQUIRED": "true"
},
"cordova-plugin-network-information": {},
"cordova-plugin-networkinterface": {},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-ionic-webview": {},
"ionic-plugin-keyboard": {}
},
"platforms": [
"ios",
"android"
]
}
}