提交 | 用户 | 时间 | ||
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 | } |