forked from hazzik/livequery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.livequery.nuspec
25 lines (23 loc) · 1.16 KB
/
jquery.livequery.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.3.5</version>
<authors>Brandon Aaron, hazzik</authors>
<owners>hazzik</owners>
<projectUrl>http://github.com/hazzik/livequery</projectUrl>
<dependencies>
<dependency id="jQuery" />
</dependencies>
<id>jQuery.LiveQuery</id>
<title>jQuery.LiveQuery</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Live Query utilizes the power of jQuery selectors by firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.
Live Query is Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.</description>
<summary />
<releaseNotes>This is version from my fork on GitHub (https://github.com/hazzik/livequery)</releaseNotes>
</metadata>
<files>
<file src="jquery.livequery.js" target="content\Scripts\jquery.livequery.js" />
<file src="jquery.livequery.min.js" target="content\Scripts\jquery.livequery.min.js" />
</files>
</package>