48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"common": {
|
|
"name": "vis-metro",
|
|
"version": "1.1.2",
|
|
"title": "yunkong2 Visualisation - metro style Widgets",
|
|
"desc": {
|
|
"en": "metro Widgets for yunkong2.vis"
|
|
},
|
|
"platform": "Node.js",
|
|
"loglevel": "info",
|
|
"icon": "metro.png",
|
|
"enabled": true,
|
|
"mode": "once",
|
|
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.vis-metro/raw/master/admin/metro.png",
|
|
"keywords": [
|
|
"metro",
|
|
"vis",
|
|
"GUI",
|
|
"graphical",
|
|
"scada"
|
|
],
|
|
"readme": "https://git.spacen.net/yunkong2/yunkong2.vis-metro/blob/master/README.md",
|
|
"authors": [
|
|
"hobbyquaker <hq@ccu.io>"
|
|
],
|
|
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"vis": ">=0.11.1"
|
|
}
|
|
],
|
|
"onlyWWW": true,
|
|
"singleton": true,
|
|
"type": "visualization-widgets",
|
|
"restartAdapters": [
|
|
"vis"
|
|
],
|
|
"noConfig": true
|
|
},
|
|
"native": {
|
|
"dependencies": [
|
|
"jqui-mfd",
|
|
"basic"
|
|
]
|
|
},
|
|
"instanceObjects": []
|
|
} |