123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "nostalgiaz/bootstrap-switch",
- "description": "Unofficial bootstrap switch",
- "version": "1.9.0",
- "type": "component",
- "keywords": [
- "javaScript"
- ],
- "homepage": "http://www.larentis.eu/switch/",
- "license": "Apache License, Version 2.0",
- "authors": [
- {
- "name": "Mattia Larentis",
- "name": "Peter Stein",
- "homepage": "http://www.larentis.eu/switch/"
- }
- ],
- "require": {
- },
- "ignore": [
- "examples"
- ],
- "extra": {
- "component": {
- "scripts": [
- "src/js/bootstrap-switch.js"
- ],
- "shim": {
- "exports": "BootstrapSwitch"
- }
- }
- }
- }
|