composer.json 635 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "nostalgiaz/bootstrap-switch",
  3. "description": "Unofficial bootstrap switch",
  4. "version": "1.9.0",
  5. "type": "component",
  6. "keywords": [
  7. "javaScript"
  8. ],
  9. "homepage": "http://www.larentis.eu/switch/",
  10. "license": "Apache License, Version 2.0",
  11. "authors": [
  12. {
  13. "name": "Mattia Larentis",
  14. "name": "Peter Stein",
  15. "homepage": "http://www.larentis.eu/switch/"
  16. }
  17. ],
  18. "require": {
  19. },
  20. "ignore": [
  21. "examples"
  22. ],
  23. "extra": {
  24. "component": {
  25. "scripts": [
  26. "src/js/bootstrap-switch.js"
  27. ],
  28. "shim": {
  29. "exports": "BootstrapSwitch"
  30. }
  31. }
  32. }
  33. }