diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-30 08:41:40 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-30 08:41:40 -0400 |
| commit | c919ac25e12a95218e0f63f142482be54583b820 (patch) | |
| tree | f438e7ee91d1e6a0d59dbfcd93a321a6cc6bc17f /package.json | |
| parent | 550f33c4ce0460be26a2332d5b6c6a4734a2c6ba (diff) | |
#914 first phase of changes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/package.json b/package.json index a20d97c6..f0ce8b9f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.3.091", + "version": "1.3.093", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -11,8 +11,6 @@ "ios" ], "plugins": { - "cordova-plugin-android-permissions": {}, - "cordova-plugin-app-version": {}, "cordova-plugin-customurlscheme": { "URL_SCHEME": "zmninja", "ANDROID_SCHEME": " ", @@ -25,9 +23,6 @@ "cordova-plugin-pin-dialog": {}, "cordova-plugin-whitelist": {}, "cordova-sqlite-storage": {}, - "cordova-plugin-touch-id": { - "FACEID_USAGE_DESCRIPTION": " " - }, "cordova-plugin-android-fingerprint-auth": {}, "cordova-plugin-network-information": {}, "cordova-plugin-device": {}, @@ -39,13 +34,6 @@ "cordova-plugin-cloud-settings": { "ANDROID_BACKUP_SERVICE_KEY": "AEdPqrEAAAAIqF-OaHdwIzZhx2L1WOfAGTagBxm5a1R4wBW_Uw" }, - "cordova-plugin-ionic-keyboard": {}, - "cordova-plugin-advanced-http": { - "OKHTTP_VERSION": "3.10.0" - }, - "cordova-plugin-x-socialsharing": { - "ANDROID_SUPPORT_V4_VERSION": "24.1.1+" - }, "cordova-custom-config": {}, "cordova-plugin-advanced-websocket": {}, "cordova-plugin-splashscreen": {}, @@ -53,12 +41,26 @@ "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums" }, - "cordova-plugin-inappbrowser": {}, "cordova-support-google-services": {}, "phonegap-plugin-push": { "ANDROID_SUPPORT_V13_VERSION": "27.+", "FCM_VERSION": "17.0.+" }, + "cordova-plugin-advanced-http": { + "OKHTTP_VERSION": "3.10.0" + }, + "cordova-plugin-x-socialsharing": { + "ANDROID_SUPPORT_V4_VERSION": "24.1.1+", + "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.", + "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly." + }, + "cordova-plugin-ionic-keyboard": {}, + "cordova-plugin-touch-id": { + "FACEID_USAGE_DESCRIPTION": "" + }, + "cordova-plugin-android-permissions": {}, + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-app-version": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, @@ -69,14 +71,14 @@ "clivas": "^0.2.0", "cordova-android": "8.0.0", "cordova-custom-config": "^5.1.0", - "cordova-ios": "^5.0.1", + "cordova-ios": "5.1.1", "cordova-library-helper-pp-fork": "^1.0.1", "cordova-plugin-add-swift-support": "1.7.2", "cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git", "cordova-plugin-advanced-websocket": "^1.1.5", "cordova-plugin-android-fingerprint-auth": "^1.5.0", - "cordova-plugin-android-permissions": "^1.0.0", - "cordova-plugin-app-version": "^0.1.9", + "cordova-plugin-android-permissions": "1.0.2", + "cordova-plugin-app-version": "0.1.9", "cordova-plugin-cloud-settings": "^1.0.4", "cordova-plugin-customurlscheme": "^4.4.0", "cordova-plugin-device": "^2.0.3", @@ -84,9 +86,9 @@ "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-globalization": "^1.11.0", "cordova-plugin-ignore-lint-translation": "0.0.1", - "cordova-plugin-inappbrowser": "3.2.0", + "cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git", "cordova-plugin-insomnia": "^4.3.0", - "cordova-plugin-ionic-keyboard": "^2.1.3", + "cordova-plugin-ionic-keyboard": "2.2.0", "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git", "cordova-plugin-media-pp-fork": "^1.0.2-dev", "cordova-plugin-multi-window": "0.0.3", @@ -95,9 +97,9 @@ "cordova-plugin-pin-dialog": "^0.1.3", "cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git", "cordova-plugin-statusbar": "^2.4.3", - "cordova-plugin-touch-id": "^3.4.0", + "cordova-plugin-touch-id": "3.4.0", "cordova-plugin-whitelist": "^1.3.4", - "cordova-plugin-x-socialsharing": "^5.4.7", + "cordova-plugin-x-socialsharing": "5.6.4", "cordova-sqlite-storage": "^1.5.3", "cordova-support-google-services": "1.3.2", "deep-equal": "^1.0.1", @@ -106,7 +108,7 @@ "electron-osx-sign": "^0.4.15", "electron-window-state": "^4.1.1", "es-abstract": "^1.17.0", - "es6-promise-plugin": "^4.2.2", + "es6-promise-plugin": "4.2.2", "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1", |
