diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-10-03 14:14:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-03 14:14:55 -0400 |
| commit | e69b00e63f06bcccafc713a46fc31847d598d419 (patch) | |
| tree | 94582a32a960488c2b3b0bc26577bc1c44e0d91a /package.json | |
| parent | a1a8d2e24f638ffe5bcf7229fcc84271aa145282 (diff) | |
| parent | 8a8b1d9766735becc351643697ea9f495767ab6a (diff) | |
Merge pull request #340 from pliablepixels/shrinking-header
initial experiments
Former-commit-id: 5194ee61e6690f8ddbdbba3e9dd14a116c9bd929
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/package.json b/package.json index 448df406..08a00eea 100644 --- a/package.json +++ b/package.json @@ -67,11 +67,11 @@ "locator": "https://github.com/jcjee/email-composer", "id": "com.jcjee.plugins.emailcomposer" }, - "cordova-plugin-compat", { "locator": "https://github.com/pliablepixels/cordova-plugin-media", - "id": "cordova-plugin-media" + "id": "org.apache.cordova.media" }, + "cordova-plugin-compat", { "locator": "https://github.com/litehelpers/Cordova-sqlite-storage.git", "id": "cordova-sqlite-storage" @@ -80,11 +80,19 @@ "cordova-plugin-android-permissions", "cordova-plugin-network-information", "cordova-plugin-statusbar", + "cordova-plugin-settings-hook", + { + "locator": "https://github.com/phonegap/phonegap-mobile-accessibility.git", + "id": "phonegap-plugin-mobile-accessibility" + }, + { + "locator": "https://github.com/apache/cordova-plugin-device.git", + "id": "cordova-plugin-device" + }, { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" - }, - "cordova-plugin-settings-hook" + } ], "cordovaPlatforms": [ {}, |
