]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/nuget/bootstrap.nuspec
.gitignore: Add .vscode
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / nuget / bootstrap.nuspec
1 <?xml version="1.0"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3 <metadata>
4 <id>bootstrap</id>
5 <version>4.0.0</version>
6 <title>Bootstrap CSS</title>
7 <authors>The Bootstrap Authors, Twitter Inc.</authors>
8 <owners>bootstrap</owners>
9 <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
10 <releaseNotes>https://blog.getbootstrap.com</releaseNotes>
11 <summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
12 <language>en-us</language>
13 <projectUrl>https://getbootstrap.com</projectUrl>
14 <iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
15 <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
16 <copyright>Copyright 2017</copyright>
17 <requireLicenseAcceptance>false</requireLicenseAcceptance>
18 <dependencies>
19 <dependency id="jQuery" version="[1.9.1,4)" />
20 </dependencies>
21 <tags>css mobile-first responsive front-end framework web</tags>
22 </metadata>
23 <files>
24 <file src="dist\css\*.*" target="content\Content" />
25 <file src="dist\js\bootstrap*.js" target="content\Scripts" />
26 </files>
27 </package>