-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
79 lines (79 loc) · 2.55 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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"common": {
"name": "project-name-1",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Project Name 1",
"titleLang": {
"en": "Project Name 1",
"de": "Projektname 1",
"ru": "Название проекта 1",
"pt": "Nome do Projeto 1",
"nl": "Projectnaam 1",
"fr": "Nom du projet 1",
"it": "Nome del progetto 1",
"es": "Nombre del proyecto 1",
"pl": "Nazwa projektu 1",
"zh-cn": "项目名称 1"
},
"desc": {
"en": "This is a short description!",
"de": "Dies ist eine kurze Beschreibung!",
"ru": "Это краткое описание!",
"pt": "Esta é uma breve descrição!",
"nl": "Dit is een korte beschrijving!",
"fr": "Ceci est une courte description!",
"it": "Questa è una breve descrizione!",
"es": "¡Esta es una breve descripción!",
"pl": "To jest krótki opis!",
"zh-cn": "这是一个简短的描述!"
},
"authors": [
"Andreas Hödl <[email protected]>"
],
"keywords": [
"keyword1",
"keyword2",
"keyword3"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "project-name-1.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Hoedi1030/ioBroker.project-name-1/main/admin/project-name-1.png",
"readme": "https://github.com/Hoedi1030/ioBroker.project-name-1/blob/main/README.md",
"loglevel": "info",
"restartAdapters": [
"vis"
],
"onlyWWW": true,
"noConfig": true,
"singleton": true,
"type": "visualization-widgets",
"mode": "once",
"dependencies": [
"vis"
],
"globalDependencies": []
},
"native": {
"option1": true,
"option2": "42"
},
"objects": [],
"instanceObjects": []
}