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