This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
85 lines (85 loc) · 2.59 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
80
81
82
83
84
85
{
"common": {
"name": "my-contabo",
"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": "首次出版",
"uk": "початковий випуск"
}
},
"title": "MyContabo",
"titleLang": {
"en": "MyContabo",
"de": "MyContabo",
"ru": "MyContabo",
"pt": "MyContabo",
"nl": "MyContabo",
"fr": "MyContabo",
"it": "MyContabo",
"es": "MyContabo",
"pl": "MyContabo",
"zh-cn": "MyContabo",
"uk": "MyContabo"
},
"desc": {
"en": "Adapter to conntect to my.contabo.com and read information via the api",
"de": "Adapter to conntect to my.contabo.com and read information via the api",
"ru": "Adapter to conntect to my.contabo.com and read information via the api",
"pt": "Adapter to conntect to my.contabo.com and read information via the api",
"nl": "Adapter to conntect to my.contabo.com and read information via the api",
"fr": "Adapter to conntect to my.contabo.com and read information via the api",
"it": "Adapter to conntect to my.contabo.com and read information via the api",
"es": "Adapter to conntect to my.contabo.com and read information via the api",
"pl": "Adapter to conntect to my.contabo.com and read information via the api",
"zh-cn": "Adapter to conntect to my.contabo.com and read information via the api",
"uk": "Адаптер для підключення до my.contabo.com і читання інформації через api"
},
"authors": ["Børge Grunicke <[email protected]>"],
"keywords": ["contabo", "hosting", "server"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "my-contabo.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/boergegrunicke/ioBroker.my-contabo/main/admin/my-contabo.png",
"readme": "https://github.com/boergegrunicke/ioBroker.my-contabo/blob/main/README.md",
"loglevel": "info",
"mode": "schedule",
"schedule": "*/5 * * * *",
"type": "communication",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"clientId": "",
"clientSecret": "",
"apiUser": "",
"apiPassword": ""
},
"objects": [],
"instanceObjects": []
}