Files
Power BI Dev a52c2a8462 Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
2026-05-02 10:09:32 +07:00

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"
}
}