1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| {
| "name" : "nostalgiaz/bootstrap-switch",
| "description" : "Unofficial bootstrap switch",
| "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": [
| "static/js/bootstrap-switch.js"
| ],
| "shim": {
| "exports": "BootstrapSwitch"
| }
| }
| }
| }
|
|