bootstrap.sass.nuspec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  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.3.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/docs/4.3/assets/img/favicons/apple-touch-icon.png</iconUrl>
  15. <license type="file">LICENSE.txt</license>
  16. <copyright>Copyright 2017-2019</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="LICENSE.txt" target="" />
  26. <file src="scss\**\*.scss" target="content\Content\bootstrap" />
  27. <file src="dist\js\bootstrap*.js" target="content\Scripts" />
  28. <file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
  29. <file src="scss\**\*.scss" target="contentFiles\Content\bootstrap" />
  30. <file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
  31. <file src="dist\js\bootstrap*.js.map" target="contentFiles\Scripts" />
  32. </files>
  33. </package>