composer.json 614 B

12345678910111213141516171819202122232425262728293031
  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.bootstrap-switch.org"
  16. }
  17. ],
  18. "ignore": [
  19. "docs"
  20. ],
  21. "extra": {
  22. "component": {
  23. "scripts": [
  24. "build/js/bootstrap-switch.js"
  25. ],
  26. "shim": {
  27. "exports": "BootstrapSwitch"
  28. }
  29. }
  30. }
  31. }