12345678910111213141516171819202122232425262728293031 |
- # This is a list of plugins installed in your project
- # You can delete or add new plugins
- #
- # Format is following:
- # id.of.plugin=url_of_repository
- #
- # Corresponding "id.of.plugin" can be found in the plugin's plugin.xml file:
- # <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="foo.bar.plugin" version="0.0.1">
- #
- # This list contains all core cordova plugins.
- #
- # For more information about plugins see http://cordova.apache.org/blog/releases/2013/07/23/cordova-3.html
- #
-
- cordova-plugin-device=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
- cordova-plugin-network-information=https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
- cordova-plugin-battery-status=https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git
- cordova-plugin-device-motion=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git
- cordova-plugin-device-orientation=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git
- cordova-plugin-geolocation=https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
- cordova-plugin-camera=https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
- cordova-plugin-media-capture=https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git
- cordova-plugin-media=https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git
- cordova-plugin-file=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
- cordova-plugin-file-transfer=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
- cordova-plugin-dialogs=https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
- cordova-plugin-vibration=https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git
- cordova-plugin-contacts=https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git
- cordova-plugin-globalization=https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git
- cordova-plugin-splashscreen=https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
- cordova-plugin-console=https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git
|