forked from ioBroker/ioBroker.vis-lcars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
35 lines (35 loc) · 1.51 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"common": {
"name": "vis-lcars",
"version": "1.0.0",
"title": "ioBroker Visualisation - lcars style Widgets",
"desc": {
"en": "Star Trek Widgets for ioBroker.vis",
"de": "Star Trek Widgets für ioBroker.vis",
"ru": "Star Trek Widgets для ioBroker.vis"
},
"platform": "Javascript/Node.js",
"loglevel": "info",
"icon": "lcars.png",
"enabled": true,
"mode": "once",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-lcars/master/admin/lcars.png",
"keywords": ["lcars", "star trek", "vis", "GUI", "graphical", "scada"],
"readme": "https://github.com/ioBroker/ioBroker.vis-lcars/blob/master/README.md",
"authors": [
"hobbyquaker <[email protected]>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "MIT",
"dependencies": ["vis"],
"onlyWWW": true,
"singleton": true,
"type": "vis",
"restartAdapters": ["vis"]
},
"native": {
"dependencies": ["basic"]
},
"instanceObjects": [
]
}