diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-06-01 11:30:04 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-06-01 11:30:04 -0400 |
| commit | d11b8c040a45bcf13d7764a07f764146a82a698c (patch) | |
| tree | 48e04a730bb562fa263bfb0c1646292f13dfb607 | |
| parent | 8f5eba7828d1edf76a277c71b34da237e8c8441f (diff) | |
updated plugins for reduced perms
Former-commit-id: 77806cdc8f7e8e63bbd0420a43477293193fd6a3
| -rw-r--r-- | package.json | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/package.json b/package.json index 8d384ba5..a642f8c9 100644 --- a/package.json +++ b/package.json @@ -49,24 +49,33 @@ }, "cordova-plugin-statusbar", { - "locator": "https://github.com/pliablepixels/cordova-plugin-media", - "id": "cordova-plugin-media" - }, - { "locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions", "id": "com.telerik.plugins.nativepagetransitions" }, - "cordova-plugin-email-composer" + { + "locator": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git", + "id": "cordova-plugin-globalization" + }, + "cordova-plugin-connectsdk", + "cordova-plugin-console", + { + "locator": "https://github.com/jcjee/email-composer", + "id": "com.jcjee.plugins.emailcomposer" + }, + { + "locator": "https://github.com/pliablepixels/cordova-plugin-media", + "id": "org.apache.cordova.media" + } ], "cordovaPlatforms": [ {}, - "ios", "android", { "platform": "android", "version": "", "locator": "android" }, + "ios", { "platform": "ios", "version": "", |
