bower.json 615 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "bootstrap-select",
  3. "main": [
  4. "less/bootstrap-select.less",
  5. "dist/css/bootstrap-select.css",
  6. "dist/js/bootstrap-select.js"
  7. ],
  8. "version": "1.6.4",
  9. "homepage": "http://silviomoreto.github.io/bootstrap-select",
  10. "authors": [
  11. "silviomoreto"
  12. ],
  13. "keywords": [
  14. "form",
  15. "bootstrap",
  16. "select",
  17. "replacement"
  18. ],
  19. "dependencies": {
  20. "jquery": ">=1.8"
  21. },
  22. "license": "MIT",
  23. "ignore": [
  24. ".gitignore",
  25. "CONTRIBUTING.md",
  26. "Gruntfile.js",
  27. "README.md",
  28. "composer.json",
  29. "package.json",
  30. "test.html"
  31. ]
  32. }