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>
|
2019-02-15 05:09:20 -05:00
|
|
|
<version>4.3.1</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>
|
2019-02-11 14:15:34 -05:00
|
|
|
<iconUrl>https://getbootstrap.com/docs/4.3/assets/img/favicons/apple-touch-icon.png</iconUrl>
|
2018-12-22 10:09:51 -05:00
|
|
|
<license type="file">LICENSE.txt</license>
|
2019-01-08 01:05:26 -05:00
|
|
|
<copyright>Copyright 2017-2019</copyright>
|
2015-10-16 16:33:18 -04:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<dependencies>
|
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>
|
2018-12-22 10:09:51 -05:00
|
|
|
<file src="LICENSE.txt" target="" />
|
|
|
|
|
2015-10-16 16:33:18 -04:00
|
|
|
<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>
|