bower.json 220 B

1234567891011
  1. {
  2. "name": "bootstrap-switch",
  3. "description" : "Unofficial bootstrap switch",
  4. "version": "1.6.0",
  5. "main": "static/js/bootstrap-switch.js",
  6. "ignore": "examples",
  7. "dependencies": {
  8. "jquery": "~1.9.0"
  9. }
  10. }