bootstrap.sass.nuspec 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>bootstrap.sass</id>
  5. <version>4.1.0</version>
  6. <title>Bootstrap Sass</title>
  7. <authors>The Bootstrap 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>https://blog.getbootstrap.com/</releaseNotes>
  11. <summary>Bootstrap framework in Sass. Includes fonts and JavaScript</summary>
  12. <language>en-us</language>
  13. <projectUrl>https://getbootstrap.com/</projectUrl>
  14. <iconUrl>https://getbootstrap.com/assets/img/favicons/apple-touch-icon.png</iconUrl>
  15. <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
  16. <copyright>Copyright 2017-2018</copyright>
  17. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  18. <dependencies>
  19. <dependency id="jQuery" version="[3.0.0,4)" />
  20. <dependency id="popper.js" version="[1.14.0,2)" />
  21. </dependencies>
  22. <tags>css sass mobile-first responsive front-end framework web</tags>
  23. </metadata>
  24. <files>
  25. <file src="scss\**\*.scss" target="content\Content\bootstrap" />
  26. <file src="dist\js\bootstrap*.js" target="content\Scripts" />
  27. <file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
  28. </files>
  29. </package>