forked from itaipubinacional/geocab-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.25 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
{
"name": "geoitaipu-mobile",
"version": "1.1.1",
"description": "GeoITAIPU",
"dependencies": {
"cordova-android": "^6.3.0",
"cordova-custom-config": "^4.0.2",
"cordova-ios": "^4.5.3",
"cordova-plugin-camera": "~2.1.1",
"cordova-plugin-crosswalk-webview": "~1.6.1",
"cordova-plugin-datepicker": "~0.9.3",
"cordova-plugin-file": "~4.1.1",
"cordova-plugin-googleplus": "git+https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git",
"cordova-plugin-keyboard": "~1.1.4",
"cordova-plugin-network-information": "~1.2.0",
"cordova-plugin-splashscreen": "~3.1.0",
"cordova-plugin-whitelist": "~1.2.1",
"cordova-plugin-x-toast": "~2.5.0",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"ionic-plugin-keyboard": "~2.0.1"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-datepicker",
"cordova-plugin-keyboard",
"org.apache.cordova.inappbrowser",
"org.apache.cordova.statusbar",
"cordova-plugin-camera",
"org.apache.cordova.splashscreen",
"cordova-plugin-network-information",
"cordova-plugin-x-toast",
"cordova-plugin-file",
"ionic-plugin-keyboard",
"cordova-plugin-crosswalk-webview",
"cordova-plugin-splashscreen",
"cordova-custom-config"
],
"cordovaPlatforms": [
"android"
],
"cordova": {
"platforms": [
"ios",
"android"
],
"plugins": {
"cordova-plugin-googleplus": {
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.229642675418-41v81h0p5sk3utcqqrifmujdbt0fatce"
},
"cordova-plugin-whitelist": {
"android-package": "org.apache.cordova.whitelist.WhitelistPlugin",
"onload": "true"
},
"ionic-plugin-keyboard": {},
"cordova-plugin-datepicker": {},
"cordova-plugin-keyboard": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-network-information": {},
"cordova-plugin-camera": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-file": {},
"cordova-plugin-crosswalk-webview": {},
"cordova-custom-config": {}
}
}
}