bootstrap.nuspec 1.56 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.1.0</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
14
    <projectUrl>https://getbootstrap.com/</projectUrl>
    <iconUrl>https://getbootstrap.com/assets/img/favicons/apple-touch-icon.png</iconUrl>
XhmikosR's avatar
XhmikosR committed
15
    <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
16
    <copyright>Copyright 2017-2018</copyright>
17
18
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <dependencies>
19
      <dependency id="jQuery" version="[3.0.0,4)" />
XhmikosR's avatar
XhmikosR committed
20
      <dependency id="popper.js" version="[1.14.0,2)" />
21
    </dependencies>
22
    <tags>css mobile-first responsive front-end framework web</tags>
23
24
25
26
  </metadata>
  <files>
    <file src="dist\css\*.*" target="content\Content" />
    <file src="dist\js\bootstrap*.js" target="content\Scripts" />
27
    <file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
28
29
30
31

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