bower.json 490 B

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