123456789101112131415 |
- {
- "name": "bootstrap-switch",
- "description": "Turn checkboxes and radio buttons in toggle switches.",
- "version": "3.0.0",
- "main": [
- "build/js/bootstrap-switch.js",
- "build/css/bootstrap3/bootstrap-switch.css"
- ],
- "ignore": [
- "docs"
- ],
- "dependencies": {
- "jquery": ">=1.9.0"
- }
- }
|