bower.json 524 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons into toggle switches.",
  4. "version": "3.3.3",
  5. "license": "Apache-2.0",
  6. "main": [
  7. "./dist/js/bootstrap-switch.js",
  8. "./dist/css/bootstrap3/bootstrap-switch.css"
  9. ],
  10. "ignore": [
  11. "docs",
  12. "test",
  13. "CNAME",
  14. "composer.json",
  15. "CONTRIBUTING.md",
  16. "index.html",
  17. "package.json"
  18. ],
  19. "dependencies": {
  20. "bootstrap": ">=2.3.2",
  21. "jquery": ">=1.9.0"
  22. },
  23. "devDependencies": {
  24. "jquery": "~2.1"
  25. }
  26. }