forked from nparashuram/cordova-plugin-browsersync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
10 lines (10 loc) · 684 Bytes
/
plugin.xml
File metadata and controls
10 lines (10 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-browsersync" version="0.1.1">
<name>cordova-plugin-browsersync</name>
<description>Cordova Plugin to integrate browser-sync in the workflow</description>
<license>Apache 2.0</license>
<keywords>cordova,browsersync, browser-sync</keywords>
<repo>git@github.com:axemclion/cordova-plugin-browsersync.git</repo>
<hook type="after_plugin_install" src="lib/npmInstall.js" />
<hook type="after_prepare" src="lib/pluginHook.js" />
</plugin>