12345678910111213141516 |
- {
- "name": "bootstrap-switch",
- "description" : "Unofficial bootstrap switch",
- "version": "1.9.0",
- "main": [
- "build/js/bootstrap-switch.js",
- "build/css/bootstrap3/bootstrap-switch.css"
- ],
- "ignore": [
- "examples"
- ],
- "dependencies": {
- "jquery": "~1.9.0"
- }
- }
|