diff options
| -rw-r--r-- | package.json | 68 |
1 files changed, 64 insertions, 4 deletions
diff --git a/package.json b/package.json index dd96cab8..1db92eb3 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,72 @@ "uglify-js": "^2.4.24" }, "cordovaPlugins": [ - "org.apache.cordova.splashscreen", - "org.apache.cordova.inappbrowser", - "phonegap-plugin-push" + "org.apache.cordova.device", + "org.apache.cordova.console", + "com.ionic.keyboard", + "org.apache.cordova.statusbar", + "cordova-plugin-whitelist", + "cordova-plugin-inappbrowser", + { + "locator": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git", + "id": "nl.x-services.plugins.insomnia" + }, + "cordova-plugin-file", + { + "locator": "https://github.com/katzer/cordova-plugin-email-composer.git", + "id": "de.appplant.cordova.plugin.email-composer" + }, + { + "locator": "https://github.com/whiteoctober/cordova-plugin-app-version.git", + "id": "uk.co.whiteoctober.cordova.appversion" + }, + { + "locator": "https://github.com/devgeeks/Canvas2ImagePlugin.git", + "id": "org.devgeeks.Canvas2ImagePlugin" + }, + { + "locator": "https://github.com/cogitor/PhoneGap-OrientationLock.git", + "id": "com.phonegap.plugins.OrientationLock" + }, + "cordova-plugin-splashscreen", + { + "locator": "https://github.com/Paldom/PinDialog.git", + "id": "hu.dpal.phonegap.plugins.PinDialog" + }, + { + "locator": "https://github.com/leecrossley/cordova-plugin-touchid.git", + "id": "cordova-plugin-touchid" + }, + "cordova-plugin-crosswalk-webview", + "cordova-plugin-ios-longpress-fix", + "cordova-plugin-websocket", + { + "locator": "https://github.com/katzer/cordova-plugin-local-notifications.git", + "id": "de.appplant.cordova.plugin.local-notification" + }, + "de.appplant.cordova.common.registerusernotificationsettings", + { + "locator": "https://github.com/katzer/cordova-plugin-badge.git", + "id": "de.appplant.cordova.plugin.badge" + }, + "phonegap-plugin-push", + { + "locator": "https://github.com/pliablepixels/cordova-plugin-media.git", + "id": "org.apache.cordova.media" + } ], "cordovaPlatforms": [ "ios", - "android" + "android", + { + "platform": "android", + "version": "", + "locator": "android" + }, + { + "platform": "ios", + "version": "", + "locator": "ios" + } ] } |
