bower.json 231 B

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