diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-07 14:44:31 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-07 14:44:31 -0400 |
| commit | 9374f6310d99fb28620c3819195f13569ef120ce (patch) | |
| tree | d295e19b25942b1f36aa644e2aaf209b704bfb0b /package.json | |
| parent | d2f53505aea4a7d69b22348807c557786793a07c (diff) | |
cordova 8 package updates
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 65 |
1 files changed, 20 insertions, 45 deletions
diff --git a/package.json b/package.json index 8b1cfc7d..82542c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.pliablepixels.zmninjapro", - "version": "1.2.44", + "version": "1.3.005", "displayName": "zmNinja", "cordova": { "platforms": [ @@ -11,7 +11,6 @@ "com.telerik.plugins.nativepagetransitions": {}, "cordova-plugin-android-permissions": {}, "cordova-plugin-app-version": {}, - "cordova-plugin-console": {}, "cordova-plugin-customurlscheme": { "URL_SCHEME": "zmninja" }, @@ -54,63 +53,39 @@ } }, "dependencies": { - "@ionic/cli-utils": "^1.19.2", - "EmailComposer": "git+https://github.com/pliablepixels/email-composer.git", - "clivas": "^0.2.0", - "com.telerik.plugins.nativepagetransitions": "^0.6.5", - "cordova": "^8.0.0", - "cordova-android": "^6.3.0", - "cordova-custom-config": "~4.0.2", "cordova-ios": "^4.5.4", - "cordova-library-helper": "git+https://github.com/FlyingDonkeyDev/cordova-library-helper.git", - "cordova-plugin-add-swift-support": "^1.7.1", - "cordova-plugin-android-fingerprint-auth": "^1.4.0", + "cordova-android": "^6.3.0", + "com.telerik.plugins.nativepagetransitions": "^0.6.5", "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-console": "^1.1.0", "cordova-plugin-customurlscheme": "^4.3.0", - "cordova-plugin-device": "^2.0.1", - "cordova-plugin-email": "git+https://github.com/pliablepixels/cordova-email-plugin.git", - "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-media": "git+https://github.com/pliablepixels/cordova-plugin-media.git", - "cordova-plugin-network-information": "^2.0.1", + "cordova-plugin-media": "https://github.com/pliablepixels/cordova-plugin-media.git", "cordova-plugin-photo-library": "^1.2.2", "cordova-plugin-pin-dialog": "^0.1.3", "cordova-plugin-settings-hook": "^0.2.7", "cordova-plugin-splashscreen": "^4.0.3", - "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git", - "cordova-plugin-touch-id": "^3.2.0", "cordova-plugin-websocket": "^0.12.2", "cordova-plugin-whitelist": "^1.3.2", "cordova-sqlite-storage": "^1.5.3", - "cordova.plugins.diagnostic": "^3.7.1", - "deep-equal": "^1.0.1", - "default-passive-events": "^0.1.1", - "electron-window-state": "^4.1.1", - "ionic-plugin-keyboard": "^2.2.1", - "json-file": "^0.1.0", - "keypress": "^0.2.1", - "menu": "^0.2.5", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1", - "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin", + "org.devgeeks.Canvas2ImagePlugin": "https://github.com/pliablepixels/Canvas2ImagePlugin.git", "phonegap-plugin-mobile-accessibility": "^1.0.5", - "phonegap-plugin-push": "^2.1.3", - "tostr": "^0.1.0" - }, - "devDependencies": { - "bower": "^1.8.2", - "gulp": "^3.9.1", - "gulp-concat": "^2.6.1", - "gulp-minify-css": "^1.2.4", - "gulp-rename": "^1.2.2", - "gulp-sass": "^3.1.0", - "npm": "^5.8.0" + "cordova-custom-config": "~4.0.2", + "cordova-plugin-email": "https://github.com/pliablepixels/cordova-email-plugin.git", + "cordova-plugin-touch-id": "^3.2.0", + "cordova-plugin-android-fingerprint-auth": "^1.4.0", + "cordova-plugin-statusbar": "https://github.com/apache/cordova-plugin-statusbar.git", + "phonegap-plugin-push": "~2.1.3", + "cordova-plugin-network-information": "^2.0.1", + "cordova-plugin-device": "^2.0.1", + "cordova-plugin-file": "^6.0.1", + "cordova-plugin-add-swift-support": "^1.7.1", + "ionic-plugin-keyboard": "^2.2.1", + "cordova-library-helper": "https://github.com/FlyingDonkeyDev/cordova-library-helper.git", + "cordova.plugins.diagnostic": "^3.7.1", + "cordova-plugin-certificates": "https://github.com/hypery2k/cordova-certificate-plugin.git" } -}
\ No newline at end of file +} |
