123456789101112131415161718192021 |
- {
- "name": "bootstrap-switch",
- "description": "Turn checkboxes and radio buttons in toggle switches.",
- "version": "3.0.0",
- "main": [
- "dist/js/bootstrap-switch.js",
- "dist/css/bootstrap3/bootstrap-switch.css"
- ],
- "ignore": [
- "docs",
- "test",
- "CNAME",
- "composer.json",
- "CONTRIBUTING.md",
- "gulpfile.js",
- "index.html"
- ],
- "dependencies": {
- "jquery": ">=1.9.0"
- }
- }
|