forked from cruikshj/knockout-select2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nuspec
24 lines (24 loc) · 1 KB
/
package.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>knockout-select2</id>
<version>1.0.11</version>
<title>knockout-select2</title>
<authors>John Cruikshank</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A Select2 v4 binding handler for Knockout.</description>
<tags>knockout knockoutjs ko select2</tags>
<projectUrl>https://github.com/cruikshj/knockout-select2</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<copyright>Copyright © 2016 cruikshj</copyright>
<dependencies>
<dependency id="jQuery" version="1.7.2" />
<dependency id="knockoutjs" version="2.1.0" />
<dependency id="Select2.js" version="4.0.0" />
</dependencies>
</metadata>
<files>
<file src="dist\knockout-select2.js" target="content\scripts\" />
<file src="dist\knockout-select2.min.js" target="content\scripts\" />
</files>
</package>