composer.json 576 B

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