forked from rstaib/jquery-bootgrid
-
Notifications
You must be signed in to change notification settings - Fork 19
/
jQuery.Bootgrid.nuspec
25 lines (25 loc) · 1.27 KB
/
jQuery.Bootgrid.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>jQuery.Bootgrid</id>
<version>$version$</version>
<title>jQuery Bootgrid</title>
<authors>Rafael Staib</authors>
<owners>r_staib</owners>
<licenseUrl>https://github.com/opnsense/jquery-bootgrid/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://www.jquery-bootgrid.com</projectUrl>
<iconUrl>http://www.jquery-bootgrid.com/icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Nice, sleek and intuitive. A grid control especially designed for bootstrap.</description>
<summary>Nice, sleek and intuitive. A grid control especially designed for bootstrap.</summary>
<copyright>Copyright © 2014-2015, Rafael Staib; Copyright © 2018, Deciso B.V.</copyright>
<tags>jQuery, Grid, Table, Bootstrap, Accessibility, HTML5, Sorting, Filtering, UI</tags>
<dependencies>
<dependency id="jQuery" version="1.11.1" />
</dependencies>
</metadata>
<files>
<file src="dist\*.js" target="Content\Scripts" />
<file src="dist\*.css" target="Content\Content" />
</files>
</package>