yunkong2.vis-jqui-mfd/io-package.json

66 lines
1.8 KiB
JSON
Raw Normal View History

2018-07-21 10:30:13 +08:00
{
"common": {
"name": "vis-jqui-mfd",
"version": "1.0.12",
"news": {
"1.0.12": {
2018-07-21 10:32:50 +08:00
"en": "Custom10-Widget and Light-Widget are repaired if the icon color used"
2018-07-21 10:30:13 +08:00
},
"1.0.11": {
2018-07-21 10:32:50 +08:00
"en": "The heating widget was extended"
2018-07-21 10:30:13 +08:00
},
"1.0.9": {
2018-07-21 10:32:50 +08:00
"en": "Fix iframes"
2018-07-21 10:30:13 +08:00
},
"1.0.8": {
2018-07-21 10:32:50 +08:00
"en": "Fix of ShutterDialog Labels"
2018-07-21 10:30:13 +08:00
}
},
"title": "jQuery-UI style Widgets",
"titleLang": {
2018-07-21 10:32:50 +08:00
"en": "jQuery-UI style Widgets"
2018-07-21 10:30:13 +08:00
},
"desc": {
2018-07-21 10:32:50 +08:00
"en": "jQuery-UI Widgets for yunkong2.vis with OpenAutomationProject icons"
2018-07-21 10:30:13 +08:00
},
2018-07-21 10:32:50 +08:00
"platform": "Node.js",
2018-07-21 10:30:13 +08:00
"loglevel": "info",
"icon": "jqui-mfd.png",
"enabled": true,
"mode": "once",
2018-07-21 10:32:50 +08:00
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.vis-jqui-mfd/raw/master/admin/jqui-mfd.png",
2018-07-21 10:30:13 +08:00
"keywords": [
"jqui-mfd",
"vis",
"GUI",
"IoT",
"graphical",
"scada"
],
"readme": "https://git.spacen.net/yunkong2/yunkong2.vis-jqui-mfd/blob/master/README.md",
"authors": [
"hobbyquaker <hq@ccu.io>",
"bluefox <dogafox@gmail.com>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "MIT",
"dependencies": [
"vis"
],
"onlyWWW": true,
"singleton": true,
"type": "visualization-widgets",
"noConfig": true,
"restartAdapters": [
"vis"
]
},
"native": {
"dependencies": [
"basic",
"jqui"
]
},
"instanceObjects": []
}