bootstrap.nuspec 1.52 KB
Newer Older
1
2
3
4
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>bootstrap</id>
5
    <version>4.3.1</version>
6
    <title>Bootstrap CSS</title>
7
    <authors>The Bootstrap Authors, Twitter Inc.</authors>
8
    <owners>bootstrap</owners>
XhmikosR's avatar
XhmikosR committed
9
    <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
XhmikosR's avatar
XhmikosR committed
10
    <releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
XhmikosR's avatar
XhmikosR committed
11
12
    <summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
    <language>en-us</language>
XhmikosR's avatar
XhmikosR committed
13
    <projectUrl>https://getbootstrap.com/</projectUrl>
Mark Otto's avatar
Mark Otto committed
14
    <iconUrl>https://getbootstrap.com/docs/4.3/assets/img/favicons/apple-touch-icon.png</iconUrl>
15
    <license type="file">LICENSE.txt</license>
XhmikosR's avatar
XhmikosR committed
16
    <copyright>Copyright 2017-2019</copyright>
17
18
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <dependencies>
XhmikosR's avatar
XhmikosR committed
19
      <dependency id="popper.js" version="[1.15.0,2)" />
20
    </dependencies>
21
    <tags>css mobile-first responsive front-end framework web</tags>
22
23
  </metadata>
  <files>
24
25
    <file src="LICENSE.txt" target="" />

26
27
    <file src="dist\css\*.*" target="content\Content" />
    <file src="dist\js\bootstrap*.js" target="content\Scripts" />
28
    <file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
29
30
31
32

    <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" />
33
  </files>
Mark Otto's avatar
Mark Otto committed
34
</package>