No Description

composer.json 606B

1234567891011121314151617181920212223
  1. {
  2. "name": "bootstrap-select/bootstrap-select",
  3. "description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.",
  4. "keywords": [
  5. "form",
  6. "bootstrap",
  7. "select",
  8. "replacement"
  9. ],
  10. "homepage": "http://silviomoreto.github.io/bootstrap-select",
  11. "version": "1.12.4",
  12. "authors": [
  13. {
  14. "name": "Silvio Moreto",
  15. "homepage": "https://github.com/silviomoreto"
  16. }
  17. ],
  18. "license": "MIT",
  19. "suggest": {
  20. "components/jquery": ">=1.8",
  21. "twbs/bootstrap": "~3.0.0"
  22. }
  23. }