bower.json 566 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons into toggle switches.",
  4. "version": "3.3.2",
  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. "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. }
  28. }