12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "components/bootstrap-switch",
- "description": "Turn checkboxes and radio buttons in toggle switches.",
- "version": "3.1.0",
- "type": "component",
- "keywords": [
- "bootstrap",
- "switch",
- "javascript",
- "js"
- ],
- "homepage": "http://www.bootstrap-switch.org",
- "license": "Apache License Version 2.0",
- "authors": [
- {
- "name": "Mattia Larentis",
- "homepage": "http://www.larentis.eu"
- }
- ],
- "ignore": [
- "docs"
- ],
- "extra": {
- "component": {
- "name": "bootstrap-switch",
- "files": [
- "dist/**"
- ],
- "scripts": [
- "dist/js/bootstrap-switch.js"
- ],
- "shim": {
- "exports": "BootstrapSwitch"
- }
- }
- }
- }
|