composer.json 637 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name":
  3. "ivaynberg/select2",
  4. "description": "Select2 is a jQuery based replacement for select boxes.",
  5. "version": "3.4.6",
  6. "type": "component",
  7. "homepage": "http://ivaynberg.github.io/select2/",
  8. "license": "Apache-2.0",
  9. "require": {
  10. "robloach/component-installer": "*",
  11. "components/jquery": ">=1.7.1"
  12. },
  13. "extra": {
  14. "component": {
  15. "scripts": [
  16. "select2.js"
  17. ],
  18. "files": [
  19. "select2.js",
  20. "select2_locale_*.js",
  21. "select2.css",
  22. "select2-bootstrap.css",
  23. "select2-spinner.gif",
  24. "select2.png",
  25. "select2x2.png"
  26. ]
  27. }
  28. }
  29. }