2015-06-25 12:08:03 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>bootstrap.less</id>
|
2019-02-13 12:11:11 +02:00
|
|
|
<version>3.4.1</version>
|
2015-06-26 09:15:12 -07:00
|
|
|
<title>Bootstrap Less</title>
|
|
|
|
<authors>Twitter, Inc.</authors>
|
2015-06-25 12:08:03 -07:00
|
|
|
<owners>bootstrap</owners>
|
2016-07-14 10:55:43 +03:00
|
|
|
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
2018-09-18 22:27:46 +03:00
|
|
|
<releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
|
2016-07-14 10:55:43 +03:00
|
|
|
<summary>Bootstrap framework in Less. Includes fonts and JavaScript</summary>
|
|
|
|
<language>en-us</language>
|
2018-09-18 22:27:46 +03:00
|
|
|
<projectUrl>https://getbootstrap.com/</projectUrl>
|
|
|
|
<iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
|
2019-02-15 23:36:44 +02:00
|
|
|
<licenseUrl>https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE</licenseUrl>
|
2019-02-10 14:01:42 +02:00
|
|
|
<copyright>Copyright 2019</copyright>
|
2015-06-25 12:08:03 -07:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<dependencies>
|
2016-07-25 08:30:29 -07:00
|
|
|
<dependency id="jQuery" version="[1.9.1,4)" />
|
2015-06-25 12:08:03 -07:00
|
|
|
</dependencies>
|
2016-07-14 10:55:43 +03:00
|
|
|
<tags>css js less mobile-first responsive front-end framework web</tags>
|
2015-06-25 12:08:03 -07:00
|
|
|
</metadata>
|
|
|
|
<files>
|
2015-08-20 09:30:30 -07:00
|
|
|
<file src="less\**\*.less" target="content\Content\bootstrap" />
|
2015-06-25 12:08:03 -07:00
|
|
|
<file src="fonts\*.*" target="content\Content\fonts" />
|
|
|
|
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
2018-12-16 07:19:19 -08:00
|
|
|
<file src="less\**\*.less" target="contentFiles\Content\bootstrap" />
|
|
|
|
<file src="fonts\*.*" target="contentFiles\Content\fonts" />
|
|
|
|
<file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
|
2015-06-25 12:08:03 -07:00
|
|
|
</files>
|
|
|
|
</package>
|