.bower.json 921 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "_release": "1.6.4",
  33. "_resolution": {
  34. "type": "version",
  35. "tag": "v1.6.4",
  36. "commit": "f2a963c00eed9a72f48759507f423f08d7506627"
  37. },
  38. "_source": "git://github.com/silviomoreto/bootstrap-select.git",
  39. "_target": "~1.6.4",
  40. "_originalSource": "bootstrap-select",
  41. "_direct": true
  42. }