composer.json 625 B

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