forked from faulknercs/Knockstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknockstrap.nuspec
25 lines (25 loc) · 1.05 KB
/
knockstrap.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 >
<metadata>
<id>Knockstrap</id>
<version>1.3.2</version>
<authors>Artyom Stepanyuk</authors>
<owners>Artyom Stepanyuk</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>http://faulknercs.github.io/Knockstrap/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Knockout bindings to Twitter Bootstrap 3</description>
<releaseNotes>-</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>knockout bootstrap knockstrap custom bindings library templates</tags>
<dependencies>
<dependency id="knockoutjs" version="2.3.0" />
<dependency id="jQuery" version="1.9.0" />
<dependency id="Bootstrap" version="3.0.0" />
</dependencies>
</metadata>
<files>
<file src="build/knockstrap.js" target="Content\Scripts" />
<file src="build/knockstrap.min.js" target="Content\Scripts" />
</files>
</package>