bower.json 585 B

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