component.json 307 B

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