14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"name": "bootstrap-switch",
|
|
"description" : "Unofficial bootstrap switch",
|
|
"version": "1.8.0",
|
|
"main": "static/js/bootstrap-switch.js",
|
|
"ignore": [
|
|
"examples"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.9.0"
|
|
}
|
|
}
|
|
|