-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
66 lines (66 loc) · 1.58 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"common": {
"name": "fontui",
"version": "0.1.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung"
}
},
"title": "Font UI",
"titleLang": {
"en": "Font UI",
"de": "Font UI"
},
"desc": {
"en": "Collection of font icons and buttons",
"de": "Sammlung von Font Icons und -Buttons",
"ru": "Коллекция значков шрифтов и кнопок",
"pt": "Coleção de ícones de fontes e botões",
"nl": "Verzameling van lettertype pictogrammen en knoppen",
"fr": "Collection d'icônes de polices et de boutons",
"it": "Raccolta di icone di carattere e pulsanti",
"es": "Colección de iconos de fuentes y botones",
"pl": "Kolekcja ikon czcionek i przycisków",
"zh-cn": "字体图标和按钮的集合"
},
"authors": [
"Felix Mayerhofer <[email protected]>"
],
"keywords": [
"font",
"ui",
"fontawesome"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "fontui.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/runsnbunsn/ioBroker.fontui/master/admin/fontui.png",
"readme": "https://github.com/runsnbunsn/ioBroker.fontui/blob/master/README.md",
"loglevel": "info",
"restartAdapters": [
"vis"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"mode": "none",
"type": "visualization",
"compact": true,
"materialize": true,
"dependencies": [
{
"admin": ">=3.0.0"
},
{
"js-controller": ">=1.4.2"
},
"vis"
]
},
"native": {
},
"objects": [],
"instanceObjects": []
}