hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 {
A 2   "name"        : "bootstrap-switch",
3   "description" : "Unofficial bootstrap switch",
4   "version"     : "1.8.0",
5   "main"        : "static/js/bootstrap-switch.js",
6   "ignore": [ 
7     "examples"
8   ],
9   "dependencies": {
10     "jquery": "~1.9.0"
11   },
12   "scripts": [
13     "static/js/bootstrap-switch.js"
14   ]
15 }