composer.json 846 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "snapappointments/bootstrap-select",
  3. "description": "The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.",
  4. "keywords": [
  5. "javascript",
  6. "jquery",
  7. "form",
  8. "bootstrap",
  9. "dropdown",
  10. "select",
  11. "replacement"
  12. ],
  13. "homepage": "https://developer.snapappointments.com/bootstrap-select",
  14. "authors": [
  15. {
  16. "name": "Casey Holzer",
  17. "homepage": "https://github.com/caseyjhol"
  18. },
  19. {
  20. "name": "Silvio Moreto",
  21. "homepage": "https://github.com/silviomoreto"
  22. },
  23. {
  24. "name": "SnapAppointments, LLC",
  25. "homepage": "https://snapappointments.com"
  26. }
  27. ],
  28. "license": "MIT",
  29. "suggest": {
  30. "components/jquery": "1.9.1 - 3",
  31. "twbs/bootstrap": ">=3.0.0"
  32. }
  33. }