diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/package.json b/package.json index 07e37e6e..12b55708 100644 --- a/package.json +++ b/package.json @@ -12,16 +12,12 @@ "cordova-library-helper": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save media to your Camera Roll" }, - "cordova-plugin-add-swift-support": {}, "cordova-plugin-android-permissions": {}, "cordova-plugin-app-version": {}, - "cordova-plugin-compat": {}, "cordova-plugin-console": {}, "cordova-plugin-customurlscheme": { "URL_SCHEME": "zmninja" }, - "cordova-plugin-device": {}, - "cordova-plugin-file": {}, "cordova-plugin-file-transfer": {}, "cordova-plugin-globalization": {}, "cordova-plugin-inappbrowser": {}, @@ -30,7 +26,6 @@ "cordova-plugin-media": { "MICROPHONE_USAGE_DESCRIPTION": " " }, - "cordova-plugin-network-information": {}, "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "images to gallery" }, @@ -50,39 +45,51 @@ "cordova-plugin-email": {}, "cordova-plugin-touch-id": {}, "cordova-plugin-android-fingerprint-auth": {}, + "cordova-plugin-statusbar": {}, "phonegap-plugin-push": { - "FCM_VERSION": "11.0.1" + "FCM_VERSION": "11.6.2" }, - "cordova-plugin-statusbar": {}, - "cordova-plugin-certificates": {} + "cordova-plugin-network-information": {}, + "cordova-plugin-device": {}, + "cordova-plugin-file": {}, + "cordova-plugin-add-swift-support": {}, + "cordova-plugin-crosswalk-certificate": {}, + "cordova-plugin-crosswalk-webview": { + "XWALK_MODE": "lite", + "XWALK_VERSION": "17.46.459.1", + "XWALK_LITEVERSION": "xwalk_core_library_canary:17+", + "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect", + "XWALK_MULTIPLEAPK": "true" + } } }, "dependencies": { "EmailComposer": "git+https://github.com/pliablepixels/email-composer.git", "com.telerik.plugins.nativepagetransitions": "^0.6.5", "cordova-android": "^6.3.0", - "cordova-custom-config": "^4.0.2", + "cordova-custom-config": "~4.0.2", "cordova-ios": "4.5.4", "cordova-library-helper": "^1.0.4", - "cordova-plugin-add-swift-support": "^1.7.0", + "cordova-plugin-add-swift-support": "^1.7.1", "cordova-plugin-android-fingerprint-auth": "^1.4.0", "cordova-plugin-android-permissions": "^1.0.0", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-canvas2image": "git+https://github.com/flache/Canvas2ImagePlugin.git", - "cordova-plugin-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git", "cordova-plugin-compat": "^1.2.0", "cordova-plugin-console": "^1.1.0", + "cordova-plugin-crosswalk-certificate": "git+https://github.com/danjarvis/cordova-plugin-crosswalk-certificate.git", + "cordova-plugin-crosswalk-webview": "^2.2.0", "cordova-plugin-customurlscheme": "^4.3.0", - "cordova-plugin-device": "^1.1.6", + "cordova-plugin-device": "^2.0.1", "cordova-plugin-email": "git+https://github.com/pliablepixels/cordova-email-plugin.git", - "cordova-plugin-file": "^4.3.3", - "cordova-plugin-file-transfer": "^1.6.3", + "cordova-plugin-file": "^6.0.1", + "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-globalization": "^1.0.7", "cordova-plugin-inappbrowser": "^1.7.1", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ios-longpress-fix": "^1.1.0", "cordova-plugin-media": "git+https://github.com/pliablepixels/cordova-plugin-media.git", - "cordova-plugin-network-information": "^1.3.3", + "cordova-plugin-network-information": "^2.0.1", "cordova-plugin-photo-library": "^1.2.2", "cordova-plugin-pin-dialog": "^0.1.3", "cordova-plugin-settings-hook": "^0.2.7", @@ -102,7 +109,8 @@ "mkdirp": "^0.5.1", "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin", "phonegap-plugin-mobile-accessibility": "^1.0.5", - "phonegap-plugin-push": "^2.1.1" + "phonegap-plugin-push": "^2.1.3", + "tostr": "^0.1.0" }, "devDependencies": { "bower": "^1.8.2", |
