12 lines
300 B
XML
12 lines
300 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||
|
id="cordova-plugin-webserver-tests"
|
||
|
version="1.0.0">
|
||
|
<name>Cordova Plugin Webserver Tests</name>
|
||
|
<license>Apache 2.0</license>
|
||
|
|
||
|
<js-module src="tests.js" name="tests">
|
||
|
</js-module>
|
||
|
</plugin>
|