From a75f1fa1c0ba4b58eca49ae3f745437c4740785f Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sat, 31 Oct 2015 15:41:39 -0400 Subject: don't ignore fetch.json --- plugins/fetch.json | 218 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 plugins/fetch.json (limited to 'plugins') diff --git a/plugins/fetch.json b/plugins/fetch.json new file mode 100644 index 00000000..532c8ada --- /dev/null +++ b/plugins/fetch.json @@ -0,0 +1,218 @@ +{ + "org.apache.cordova.device": { + "source": { + "type": "registry", + "id": "org.apache.cordova.device" + } + }, + "org.apache.cordova.console": { + "source": { + "type": "registry", + "id": "org.apache.cordova.console" + } + }, + "com.ionic.keyboard": { + "source": { + "type": "registry", + "id": "com.ionic.keyboard" + }, + "is_top_level": true, + "variables": {} + }, + "org.apache.cordova.statusbar": { + "source": { + "type": "registry", + "id": "org.apache.cordova.statusbar" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-whitelist": { + "source": { + "type": "registry", + "id": "cordova-plugin-whitelist" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-inappbrowser": { + "source": { + "type": "registry", + "id": "cordova-plugin-inappbrowser" + }, + "is_top_level": true, + "variables": {} + }, + "nl.x-services.plugins.insomnia": { + "source": { + "type": "git", + "url": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-file": { + "source": { + "type": "registry", + "id": "cordova-plugin-file" + }, + "is_top_level": true, + "variables": {} + }, + "de.appplant.cordova.plugin.email-composer": { + "source": { + "type": "git", + "url": "https://github.com/katzer/cordova-plugin-email-composer.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "uk.co.whiteoctober.cordova.appversion": { + "source": { + "type": "git", + "url": "https://github.com/whiteoctober/cordova-plugin-app-version.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "org.pbernasconi.progressindicator": { + "source": { + "type": "git", + "url": "https://github.com/pbernasconi/cordova-progressIndicator.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "org.devgeeks.Canvas2ImagePlugin": { + "source": { + "type": "git", + "url": "https://github.com/devgeeks/Canvas2ImagePlugin.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "com.phonegap.plugins.OrientationLock": { + "source": { + "type": "git", + "url": "https://github.com/cogitor/PhoneGap-OrientationLock.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-splashscreen": { + "source": { + "type": "registry", + "id": "cordova-plugin-splashscreen" + }, + "is_top_level": true, + "variables": {} + }, + "hu.dpal.phonegap.plugins.PinDialog": { + "source": { + "type": "git", + "url": "https://github.com/Paldom/PinDialog.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-touchid": { + "source": { + "type": "git", + "url": "https://github.com/leecrossley/cordova-plugin-touchid.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-crosswalk-webview": { + "source": { + "type": "registry", + "id": "cordova-plugin-crosswalk-webview" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-ios-longpress-fix": { + "source": { + "type": "registry", + "id": "cordova-plugin-ios-longpress-fix" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-websocket": { + "source": { + "type": "registry", + "id": "cordova-plugin-websocket" + }, + "is_top_level": true, + "variables": {} + }, + "de.appplant.cordova.plugin.local-notification": { + "source": { + "type": "git", + "url": "https://github.com/katzer/cordova-plugin-local-notifications.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-device": { + "source": { + "type": "registry", + "id": "cordova-plugin-device" + }, + "is_top_level": false, + "variables": {} + }, + "de.appplant.cordova.common.registerusernotificationsettings": { + "source": { + "type": "registry", + "id": "de.appplant.cordova.common.registerusernotificationsettings" + }, + "is_top_level": false, + "variables": {} + }, + "de.appplant.cordova.plugin.badge": { + "source": { + "type": "git", + "url": "https://github.com/katzer/cordova-plugin-badge.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "phonegap-plugin-push": { + "source": { + "type": "registry", + "id": "phonegap-plugin-push" + }, + "is_top_level": true, + "variables": {} + }, + "org.apache.cordova.file": { + "source": { + "type": "registry", + "id": "org.apache.cordova.file" + }, + "is_top_level": false, + "variables": {} + }, + "org.apache.cordova.media": { + "source": { + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media.git", + "subdir": ".", + "ref": "playback-only" + }, + "is_top_level": true, + "variables": {} + } +} \ No newline at end of file -- cgit v1.2.3