package.nuspec 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata>
  4. <id>foundation-sites</id>
  5. <version>6.5.3</version>
  6. <title>ZURB Foundation</title>
  7. <authors>ZURB</authors>
  8. <description>The most advanced responsive front-end framework in the world.</description>
  9. <tags>css scss sass js responsive mobile-first framework</tags>
  10. <projectUrl>http://foundation.zurb.com/sites</projectUrl>
  11. <iconUrl>https://foundation.zurb.com/assets/img/icons/foundation-favicon.ico</iconUrl>
  12. <releaseNotes>https://github.com/zurb/foundation-sites/releases/tag/v6.5.3</releaseNotes>
  13. <licenseUrl>https://github.com/zurb/foundation-sites/blob/develop/LICENSE</licenseUrl>
  14. <copyright>Copyright 2017-2018</copyright>
  15. <repository type="git" url="https://github.com/zurb/foundation-sites"/>
  16. <dependencies>
  17. <dependency id="jQuery" version="2.2.0"/>
  18. <dependency id="what-input" version="*"/>
  19. </dependencies>
  20. </metadata>
  21. <files>
  22. <file src="README.md" />
  23. <file src="LICENSE" />
  24. <file src="dist\css\**\*.css" target="content\Content" />
  25. <file src="dist\css\**\*.css.map" target="content\Content" />
  26. <file src="dist\js\**\*.js" target="content\Scripts" />
  27. <file src="dist\js\**\*.js.map" target="content\Scripts" />
  28. <file src="scss\**\*.scss" target="content\Content\foundation-sites" />
  29. <file src="_vendor\**\*.scss" target="content\Content\_vendor" />
  30. <file src="dist\css\**\*.css" target="contentFiles\Content" />
  31. <file src="dist\css\**\*.css.map" target="contentFiles\Content" />
  32. <file src="dist\js\**\*.js" target="contentFiles\Scripts" />
  33. <file src="dist\js\**\*.js.map" target="contentFiles\Scripts" />
  34. <file src="scss\**\*.scss" target="contentFiles\Content\foundation-sites" />
  35. <file src="_vendor\**\*.scss" target="contentFiles\Content\_vendor" />
  36. </files>
  37. </package>