-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.04 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.04 KB
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
{
"name": "opengarage",
"fullName": "OpenGarage",
"author": "Samer Albahra",
"homepage": "http://opengarage.io",
"version": "2.3.4",
"build": "25",
"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.20",
"bower": "^1.8.14",
"cordova": "^12.0.0",
"cordova-android": "^12.0.1",
"cordova-ios": "^7.0.1",
"cordova-plugin-3dtouch": "^1.3.8",
"cordova-plugin-geolocation": "^5.0.0",
"cordova-plugin-inappbrowser": "^6.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-networkinterface": "^2.2.0",
"cordova-plugin-statusbar": "^4.0.0",
"cordova-plugin-transport-security": "^0.1.2",
"dotenv": "^16.4.5",
"fs-extra": "~11.2.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "~9.0.0",
"gulp-concat": "~2.6.1",
"gulp-jscs": "~4.1.0",
"gulp-jshint": "~2.1.0",
"gulp-manifest3": "^0.1.2",
"gulp-minify-css": "~1.2.4",
"gulp-notify": "~4.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "~3.0.7",
"ionic-plugin-keyboard": "^2.2.1",
"jshint": "^2.13.6",
"pre-commit": "~1.2.2",
"run-sequence": "~2.2.1",
"sass": "^1.72.0",
"shelljs": "^0.8.5",
"yargs": "~17.7.2"
},
"cordova": {
"plugins": {
"cordova-plugin-3dtouch": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": " ",
"GPS_REQUIRED": "true"
},
"cordova-plugin-network-information": {},
"cordova-plugin-networkinterface": {},
"cordova-plugin-statusbar": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-transport-security": {}
},
"platforms": [
"ios",
"android"
]
}
}