bower.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "bootstrap-select",
  3. "description": "The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.",
  4. "main": [
  5. "./less/bootstrap-select.less",
  6. "./dist/css/bootstrap-select.css",
  7. "./dist/js/bootstrap-select.js"
  8. ],
  9. "homepage": "https://developer.snapappointments.com/bootstrap-select",
  10. "authors": [
  11. {
  12. "name": "Casey Holzer",
  13. "homepage": "https://github.com/caseyjhol"
  14. },
  15. {
  16. "name": "Silvio Moreto",
  17. "homepage": "https://github.com/silviomoreto"
  18. },
  19. {
  20. "name": "SnapAppointments, LLC",
  21. "homepage": "https://snapappointments.com"
  22. }
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "git://github.com/snapappointments/bootstrap-select.git"
  27. },
  28. "keywords": [
  29. "javascript",
  30. "jquery",
  31. "form",
  32. "bootstrap",
  33. "dropdown",
  34. "select",
  35. "replacement"
  36. ],
  37. "dependencies": {
  38. "jquery": "1.9.1 - 3",
  39. "bootstrap": ">=3.0.0"
  40. },
  41. "license": "MIT",
  42. "ignore": [
  43. ".eslintignore",
  44. ".gitignore",
  45. "CONTRIBUTING.md",
  46. "Gruntfile.js",
  47. "composer.json",
  48. ".github",
  49. "docs",
  50. "js",
  51. "!dist/js",
  52. "nuget",
  53. "tests"
  54. ]
  55. }