Files
hrm_eva/wwwroot/BackendScript/assets/bootstrap-switch/component.json
Nakorn Rientrakrunchai 8b98125e49 First Initial
2020-02-20 15:02:39 +07:00

16 lines
307 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"
},
"scripts": [
"static/js/bootstrap-switch.js"
]
}