diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-17 14:51:34 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-17 14:51:34 -0400 |
| commit | 911ad0d08e89e20613ffc2678b2126034b1f171d (patch) | |
| tree | f54d77fa1f88c9271e30c5c108ed07a1fee099ab | |
| parent | fb86cb075d5a075ce273588693fba57e4338b349 (diff) | |
#226 state of plugins saved
Former-commit-id: 8eb2e683c09c2bbfa1046224dad5983d5940dafc
| -rw-r--r-- | package.json | 73 |
1 files changed, 33 insertions, 40 deletions
diff --git a/package.json b/package.json index 7a84d98a..8f932c49 100644 --- a/package.json +++ b/package.json @@ -22,61 +22,54 @@ "uglify-js": "^2.4.24" }, "cordovaPlugins": [ - "org.apache.cordova.console", - "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" + "id": "phonegap-plugin-push", + "locator": "phonegap-plugin-push", + "variables": { + "SENDER_ID": "710936220256" + } }, + "cordova-plugin-app-version", "cordova-plugin-file", + "cordova-plugin-inappbrowser", + "cordova-plugin-ios-longpress-fix", + "cordova-plugin-splashscreen", + "cordova-plugin-touchid", + "cordova-plugin-websocket", + "cordova-plugin-whitelist", + "ionic-plugin-keyboard", { - "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/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git", + "id": "cordova-plugin-insomnia" }, + "cordova-plugin-pin-dialog", { "locator": "https://github.com/devgeeks/Canvas2ImagePlugin.git", "id": "org.devgeeks.Canvas2ImagePlugin" }, + "cordova-plugin-statusbar", { - "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-ios-longpress-fix", - "cordova-plugin-websocket", - { - "locator": "https://github.com/katzer/cordova-plugin-local-notifications.git", - "id": "de.appplant.cordova.plugin.local-notification" + "locator": "https://github.com/pliablepixels/cordova-plugin-media", + "id": "cordova-plugin-media" }, - "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" - }, - "ionic-plugin-keyboard" + "locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions", + "id": "com.telerik.plugins.nativepagetransitions" + } ], "cordovaPlatforms": [ {}, "ios", - "android" + "android", + { + "platform": "android", + "version": "", + "locator": "android" + }, + { + "platform": "ios", + "version": "", + "locator": "ios" + } ] } |
