You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.3 KiB

6 years ago
{
"common": {
"name": "vis-fancyswitch",
"version": "1.1.0",
"title": "yunkong2 Visualisation - fancyswitch style Widgets",
"desc": {
"en": "Switch widgets for yunkong2.vis",
"cn": "开关可视化库"
6 years ago
},
"platform": "Javascript/Node.js",
"loglevel": "info",
"icon": "fancyswitch.png",
"enabled": true,
"mode": "once",
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.vis-fancyswitch/raw/master/admin/fancyswitch.png",
6 years ago
"keywords": [
"fancyswitch",
"vis",
"GUI",
"graphical",
"scada"
],
"readme": "https://git.spacen.net/yunkong2/yunkong2.vis-fancyswitch/blob/master/README.md",
"authors": [
"bluefox <dogafox@gmail.com>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "Apache 2.0",
"dependencies": [
"vis"
],
"onlyWWW": true,
"singleton": true,
"type": "visualization-widgets",
"restartAdapters": [
"vis"
],
"noConfig": true
},
"native": {
"dependencies": [
"basic"
]
},
"instanceObjects": []
}