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</id>
|
2019-02-15 18:09:20 +08:00
|
|
|
<version>4.3.1</version>
|
2015-10-17 04:33:18 +08:00
|
|
|
<title>Bootstrap CSS</title>
|
2016-05-21 00:04:31 +08:00
|
|
|
<authors>The Bootstrap Authors, Twitter Inc.</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>
|
2016-07-13 03:56:07 +08:00
|
|
|
<summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
|
|
|
|
<language>en-us</language>
|
2017-09-26 20:24:14 +08:00
|
|
|
<projectUrl>https://getbootstrap.com/</projectUrl>
|
2019-02-12 03:15:34 +08:00
|
|
|
<iconUrl>https://getbootstrap.com/docs/4.3/assets/img/favicons/apple-touch-icon.png</iconUrl>
|
2018-12-22 23:09:51 +08:00
|
|
|
<license type="file">LICENSE.txt</license>
|
2020-01-02 17:34:48 +08:00
|
|
|
<copyright>Copyright 2017-2020</copyright>
|
2015-10-17 04:33:18 +08:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<dependencies>
|
2019-10-20 23:57:15 +08:00
|
|
|
<dependency id="popper.js" version="[1.16.0,2)" />
|
2015-10-17 04:33:18 +08:00
|
|
|
</dependencies>
|
2017-01-05 05:20:10 +08:00
|
|
|
<tags>css mobile-first responsive front-end framework web</tags>
|
2015-10-17 04:33:18 +08:00
|
|
|
</metadata>
|
|
|
|
<files>
|
2018-12-22 23:09:51 +08:00
|
|
|
<file src="LICENSE.txt" target="" />
|
|
|
|
|
2015-10-17 04:33:18 +08:00
|
|
|
<file src="dist\css\*.*" target="content\Content" />
|
|
|
|
<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
|
|
|
|
|
|
|
<file src="dist\css\*.*" target="contentFiles\Content" />
|
|
|
|
<file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
|
|
|
|
<file src="dist\js\bootstrap*.js.map" target="contentFiles\Scripts" />
|
2015-10-17 04:33:18 +08:00
|
|
|
</files>
|
2016-07-28 00:31:24 +08:00
|
|
|
</package>
|