composer.json 643 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "nostalgiaz/bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons in toggle switches.",
  4. "version": "3.0.2",
  5. "type": "component",
  6. "keywords": [
  7. "bootstrap",
  8. "switch",
  9. "javascript",
  10. "js"
  11. ],
  12. "homepage": "http://www.bootstrap-switch.org",
  13. "license": "Apache License, Version 2.0",
  14. "authors": [
  15. {
  16. "name": "Mattia Larentis",
  17. "homepage": "http://www.larentis.eu"
  18. }
  19. ],
  20. "ignore": [
  21. "docs"
  22. ],
  23. "extra": {
  24. "component": {
  25. "scripts": [
  26. "dist/js/bootstrap-switch.js"
  27. ],
  28. "shim": {
  29. "exports": "BootstrapSwitch"
  30. }
  31. }
  32. }
  33. }