bower.json 502 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons into toggle switches.",
  4. "license": "Apache-2.0",
  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. "composer.json",
  14. "CONTRIBUTING.md",
  15. "index.html",
  16. "package.json"
  17. ],
  18. "dependencies": {
  19. "bootstrap": ">=2.3.2",
  20. "jquery": ">=1.9.0"
  21. },
  22. "devDependencies": {
  23. "jquery": "~2.1"
  24. }
  25. }