bootstrap-select.nuspec 1.2 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>bootstrap-select</id>
  5. <version>1.13.5</version>
  6. <title>bootstrap-select</title>
  7. <authors>Casey Holzer, Silvio Moreto, SnapAppointments LLC</authors>
  8. <owners>SnapAppointments, LLC</owners>
  9. <projectUrl>https://developer.snapappointments.com/bootstrap-select</projectUrl>
  10. <description>The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.</description>
  11. <tags>javascript jquery form bootstrap dropdown select replacement</tags>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <dependencies>
  14. <dependency id="jQuery" version="[1.9.1, 4)" />
  15. <dependency id="bootstrap" version="3.0.0" />
  16. </dependencies>
  17. </metadata>
  18. <files>
  19. <file src="dist\js\bootstrap-select*.*" target="content\Scripts" />
  20. <file src="dist\js\i18n\*.*" target="content\Scripts\i18n" />
  21. <file src="dist\css\*.*" target="content\Content" />
  22. </files>
  23. </package>