diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-01 08:59:31 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-01 08:59:31 -0400 |
| commit | 254be998caa4c9efbd3fa3f7deb7461f263685b2 (patch) | |
| tree | c94df019cfc93ecfbe83b6988a2e612d8cf22f76 /package.json | |
| parent | d7ccd6957bd967daf7ad218d7f66419f01ababf2 (diff) | |
nits
Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0
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": [ {}, |
