Merge branch 'alen' into 'master'
Alen
See merge request alen/CMC-driver!4
Showing
This diff is collapsed.
Click to expand it.
{ | { | ||
"name": "CMC_driver", | "name": "myApp", | ||
"version": "0.0.1", | "version": "0.0.1", | ||
"author": "Ionic Framework", | "author": "Ionic Framework", | ||
"homepage": "http://ionicframework.com/", | "homepage": "http://ionicframework.com/", | ||
... | @@ -21,22 +21,28 @@ | ... | @@ -21,22 +21,28 @@ |
"@angular/http": "5.2.11", | "@angular/http": "5.2.11", | ||
"@angular/platform-browser": "5.2.11", | "@angular/platform-browser": "5.2.11", | ||
"@angular/platform-browser-dynamic": "5.2.11", | "@angular/platform-browser-dynamic": "5.2.11", | ||
"@ionic-native/core": "4.7.0", | "@ionic-native/core": "4.8.0", | ||
"@ionic-native/geolocation": "^4.8.0", | "@ionic-native/device": "^4.9.0", | ||
"@ionic-native/location-accuracy": "^4.8.0", | "@ionic-native/geolocation": "^4.9.0", | ||
"@ionic-native/network": "^4.8.0", | "@ionic-native/local-notifications": "^4.9.0", | ||
"@ionic-native/onesignal": "^4.8.0", | "@ionic-native/location-accuracy": "^4.9.0", | ||
"@ionic-native/splash-screen": "4.7.0", | "@ionic-native/network": "^4.9.0", | ||
"@ionic-native/status-bar": "4.7.0", | "@ionic-native/onesignal": "^4.9.0", | ||
"@ionic-native/splash-screen": "4.8.0", | |||
"@ionic-native/status-bar": "4.8.0", | |||
"@ionic/storage": "2.1.3", | "@ionic/storage": "2.1.3", | ||
"angularfire2": "^5.0.0-rc.11", | "angularfire2": "^5.0.0-rc.11", | ||
"cordova-plugin-geolocation": "^4.0.1", | "cordova-android": "^6.2.3", | ||
"cordova-plugin-network-information": "^2.0.1", | "cordova-plugin-app-event": "^1.2.1", | ||
"cordova-plugin-request-location-accuracy": "^2.2.3", | "cordova-plugin-device": "^2.0.2", | ||
"firebase": "^5.1.0", | "cordova-plugin-ionic-keyboard": "^2.0.5", | ||
"cordova-plugin-ionic-webview": "^1.1.19", | |||
"cordova-plugin-splashscreen": "^5.0.2", | |||
"cordova-plugin-whitelist": "^1.3.3", | |||
"de.appplant.cordova.plugin.local-notification": "^0.8.5", | |||
"firebase": "^5.2.0", | |||
"ionic-angular": "3.9.2", | "ionic-angular": "3.9.2", | ||
"ionicons": "3.0.0", | "ionicons": "3.0.0", | ||
"onesignal-cordova-plugin": "^2.4.1", | |||
"promise-polyfill": "^8.0.0", | "promise-polyfill": "^8.0.0", | ||
"rxjs": "5.5.11", | "rxjs": "5.5.11", | ||
"sw-toolbox": "3.6.0", | "sw-toolbox": "3.6.0", | ||
... | @@ -49,12 +55,16 @@ | ... | @@ -49,12 +55,16 @@ |
"description": "An Ionic project", | "description": "An Ionic project", | ||
"cordova": { | "cordova": { | ||
"plugins": { | "plugins": { | ||
"cordova-plugin-network-information": {}, | "cordova-plugin-device": {}, | ||
"onesignal-cordova-plugin": {}, | "cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-request-location-accuracy": {}, | "cordova-plugin-ionic-webview": {}, | ||
"cordova-plugin-geolocation": { | "cordova-plugin-splashscreen": {}, | ||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "cordova-plugin-whitelist": {}, | ||
} | "cordova-plugin-app-event": {}, | ||
} | "de.appplant.cordova.plugin.local-notification": {} | ||
}, | |||
"platforms": [ | |||
"android" | |||
] | |||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment