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</id>
|
2020-02-10 10:20:28 +01:00
|
|
|
<!-- pulled from package.json -->
|
|
|
|
<version>4</version>
|
2015-10-16 22:33:18 +02:00
|
|
|
<title>Bootstrap CSS</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>
|
2020-02-10 10:20:28 +01:00
|
|
|
<summary>Bootstrap framework in CSS. Includes JavaScript</summary>
|
2016-07-12 21:56:07 +02:00
|
|
|
<language>en-us</language>
|
2017-09-26 14:24:14 +02:00
|
|
|
<projectUrl>https://getbootstrap.com/</projectUrl>
|
2020-02-10 10:20:28 +01:00
|
|
|
<icon>bootstrap.png</icon>
|
2018-12-22 16:09:51 +01:00
|
|
|
<license type="file">LICENSE.txt</license>
|
2020-01-02 10:34:48 +01:00
|
|
|
<copyright>Copyright 2017-2020</copyright>
|
2015-10-16 22:33:18 +02:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<dependencies>
|
2020-10-01 08:21:34 +02:00
|
|
|
<dependency id="@popperjs/core" version="[2.5.4,3)" />
|
2015-10-16 22:33:18 +02:00
|
|
|
</dependencies>
|
2017-01-04 22:20:10 +01:00
|
|
|
<tags>css mobile-first responsive front-end framework web</tags>
|
2020-02-10 10:20:28 +01:00
|
|
|
<contentFiles>
|
|
|
|
<files include="**/*" buildAction="Content" />
|
|
|
|
</contentFiles>
|
2015-10-16 22:33:18 +02:00
|
|
|
</metadata>
|
|
|
|
<files>
|
2018-12-22 16:09:51 +01:00
|
|
|
<file src="LICENSE.txt" target="" />
|
2020-02-10 10:20:28 +01:00
|
|
|
<file src="nuget\bootstrap.png" target="" />
|
2018-12-22 16:09:51 +01:00
|
|
|
|
2015-10-16 22:33:18 +02:00
|
|
|
<file src="dist\css\*.*" target="content\Content" />
|
|
|
|
<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
|
|
|
|
2020-02-10 10:20:28 +01:00
|
|
|
<file src="dist\css\*.*" target="contentFiles\any\any\wwwroot\css" />
|
|
|
|
<file src="dist\js\bootstrap*.js" target="contentFiles\any\any\wwwroot\js" />
|
|
|
|
<file src="dist\js\bootstrap*.js.map" target="contentFiles\any\any\wwwroot\js" />
|
2015-10-16 22:33:18 +02:00
|
|
|
</files>
|
2016-07-27 18:31:24 +02:00
|
|
|
</package>
|