You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.2 KiB

4 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>bootstrap</id>
  5. <version>3.3.7</version>
  6. <title>Bootstrap CSS</title>
  7. <authors>Twitter, Inc.</authors>
  8. <owners>bootstrap</owners>
  9. <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
  10. <releaseNotes>http://blog.getbootstrap.com</releaseNotes>
  11. <summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
  12. <language>en-us</language>
  13. <projectUrl>http://getbootstrap.com</projectUrl>
  14. <iconUrl>http://getbootstrap.com/apple-touch-icon.png</iconUrl>
  15. <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
  16. <copyright>Copyright 2016</copyright>
  17. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  18. <dependencies>
  19. <dependency id="jQuery" version="[1.9.1,4)" />
  20. </dependencies>
  21. <tags>css js less mobile-first responsive front-end framework web</tags>
  22. </metadata>
  23. <files>
  24. <file src="dist\css\*.*" target="content\Content" />
  25. <file src="dist\fonts\*.*" target="content\fonts" />
  26. <file src="dist\js\bootstrap*.js" target="content\Scripts" />
  27. </files>
  28. </package>