bower.json 282 B

123456789101112131415
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Unofficial bootstrap switch",
  4. "version": "1.9.0",
  5. "main": [
  6. "build/js/bootstrap-switch.js",
  7. "build/css/bootstrap3/bootstrap-switch.css"
  8. ],
  9. "ignore": [
  10. "docs"
  11. ],
  12. "dependencies": {
  13. "jquery": ">=1.9.0"
  14. }
  15. }