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 -->
|
2020-12-14 13:34:31 +01:00
|
|
|
<version>5</version>
|
2015-10-16 22:33:18 +02:00
|
|
|
<title>Bootstrap CSS</title>
|
2022-10-20 20:47:47 +02:00
|
|
|
<authors>The Bootstrap Authors</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>
|
2022-09-27 21:45:28 +02: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>
|
2022-10-20 20:47:47 +02:00
|
|
|
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
|
2020-02-10 10:20:28 +01:00
|
|
|
<icon>bootstrap.png</icon>
|
2022-09-27 21:45:28 +02:00
|
|
|
<license type="expression">MIT</license>
|
2023-01-02 01:30:53 +01:00
|
|
|
<copyright>Copyright 2011-2023</copyright>
|
2015-10-16 22:33:18 +02:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
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>
|
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>
|