2015-10-16 16:33:18 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>bootstrap.sass</id>
|
2018-04-11 06:03:41 -04:00
|
|
|
<version>4.1.0</version>
|
2015-10-16 16:33:18 -04:00
|
|
|
<title>Bootstrap Sass</title>
|
2016-05-20 12:04:31 -04:00
|
|
|
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
2015-10-16 16:33:18 -04:00
|
|
|
<owners>bootstrap</owners>
|
2016-07-12 15:56:07 -04:00
|
|
|
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
2017-09-26 08:24:14 -04:00
|
|
|
<releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
|
2016-07-12 15:56:07 -04:00
|
|
|
<summary>Bootstrap framework in Sass. Includes fonts and JavaScript</summary>
|
|
|
|
<language>en-us</language>
|
2017-09-26 08:24:14 -04:00
|
|
|
<projectUrl>https://getbootstrap.com/</projectUrl>
|
2018-06-21 00:31:38 -04:00
|
|
|
<iconUrl>https://getbootstrap.com/docs/4.1/assets/img/favicons/apple-touch-icon.png</iconUrl>
|
2016-07-12 15:56:07 -04:00
|
|
|
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
|
2018-01-14 23:08:58 -05:00
|
|
|
<copyright>Copyright 2017-2018</copyright>
|
2015-10-16 16:33:18 -04:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<dependencies>
|
2017-08-22 14:28:04 -04:00
|
|
|
<dependency id="jQuery" version="[3.0.0,4)" />
|
2018-03-13 19:22:38 -04:00
|
|
|
<dependency id="popper.js" version="[1.14.0,2)" />
|
2015-10-16 16:33:18 -04:00
|
|
|
</dependencies>
|
2017-01-04 16:20:10 -05:00
|
|
|
<tags>css sass mobile-first responsive front-end framework web</tags>
|
2015-10-16 16:33:18 -04:00
|
|
|
</metadata>
|
|
|
|
<files>
|
|
|
|
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
|
|
|
|
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
2017-12-30 10:33:28 -05:00
|
|
|
<file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
|
2018-06-28 20:39:03 -04:00
|
|
|
|
|
|
|
<file src="scss\**\*.scss" target="contentFiles\Content\bootstrap" />
|
|
|
|
<file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
|
|
|
|
<file src="dist\js\bootstrap*.js.map" target="contentFiles\Scripts" />
|
2015-10-16 16:33:18 -04:00
|
|
|
</files>
|
2016-07-27 12:31:24 -04:00
|
|
|
</package>
|