2015-10-17 04:33:18 +08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>bootstrap.sass</id>
|
2020-02-10 17:20:28 +08:00
|
|
|
<!-- pulled from package.json -->
|
2020-12-14 20:34:31 +08:00
|
|
|
<version>5</version>
|
2015-10-17 04:33:18 +08:00
|
|
|
<title>Bootstrap Sass</title>
|
2022-10-21 02:47:47 +08:00
|
|
|
<authors>The Bootstrap Authors</authors>
|
2015-10-17 04:33:18 +08:00
|
|
|
<owners>bootstrap</owners>
|
2016-07-13 03:56:07 +08:00
|
|
|
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
2017-09-26 20:24:14 +08:00
|
|
|
<releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
|
2020-02-10 17:20:28 +08:00
|
|
|
<summary>Bootstrap framework in Sass. Includes JavaScript</summary>
|
2016-07-13 03:56:07 +08:00
|
|
|
<language>en-us</language>
|
2017-09-26 20:24:14 +08:00
|
|
|
<projectUrl>https://getbootstrap.com/</projectUrl>
|
2022-10-21 02:47:47 +08:00
|
|
|
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
|
2020-02-10 17:20:28 +08:00
|
|
|
<icon>bootstrap.png</icon>
|
2022-09-28 03:45:28 +08:00
|
|
|
<license type="expression">MIT</license>
|
2025-01-15 19:43:41 +08:00
|
|
|
<copyright>Copyright 2011-2025</copyright>
|
2015-10-17 04:33:18 +08:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
2017-01-05 05:20:10 +08:00
|
|
|
<tags>css sass mobile-first responsive front-end framework web</tags>
|
2020-02-10 17:20:28 +08:00
|
|
|
<contentFiles>
|
|
|
|
<files include="**/*" buildAction="Content" />
|
|
|
|
</contentFiles>
|
2015-10-17 04:33:18 +08:00
|
|
|
</metadata>
|
|
|
|
<files>
|
2020-02-10 17:20:28 +08:00
|
|
|
<file src="nuget\bootstrap.png" target="" />
|
2018-12-22 23:09:51 +08:00
|
|
|
|
2015-10-17 04:33:18 +08:00
|
|
|
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
|
|
|
|
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
2017-12-30 23:33:28 +08:00
|
|
|
<file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
|
2018-06-29 08:39:03 +08:00
|
|
|
|
2020-02-10 17:20:28 +08:00
|
|
|
<file src="scss\**\*.scss" target="contentFiles\any\any\wwwroot\scss" />
|
|
|
|
<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-17 04:33:18 +08:00
|
|
|
</files>
|
2016-07-28 00:31:24 +08:00
|
|
|
</package>
|