Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 {
A 2   "name"        : "nostalgiaz/bootstrap-switch",
3   "description" : "Unofficial bootstrap switch",
4   "type": "component",
5   "keywords": [
6     "JavaScript"
7   ],
8   "homepage": "http://www.larentis.eu/switch/",
9   "license": "Apache License, Version 2.0",
10   "authors": [
11     {
12       "name": "Mattia Larentis",
13       "name": "Peter Stein",
14       "homepage": "http://www.larentis.eu/switch/"
15     }
16   ],
17   "require": {
18   },
19   "ignore": [
20     "examples"
21   ],
22   "extra": {
23     "component": {
24       "scripts": [
25         "static/js/bootstrap-switch.js"
26       ],
27       "shim": {
28         "exports": "BootstrapSwitch"
29       }
30     }
31   }
32 }