iobroker.autodarts 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +52 -49
- package/admin/build/index.js.map +1 -1
- package/admin/jsonConfig.json +132 -132
- package/admin/style.css +32 -32
- package/io-package.json +14 -1
- package/lib/adapter-config.d.ts +18 -18
- package/package.json +5 -14
- package/admin/.watch/index.css +0 -270
- package/admin/.watch/index.js +0 -65164
package/admin/jsonConfig.json
CHANGED
|
@@ -1,132 +1,132 @@
|
|
|
1
|
-
{
|
|
2
|
-
"i18n": true,
|
|
3
|
-
"type": "panel",
|
|
4
|
-
"items": {
|
|
5
|
-
"intro": {
|
|
6
|
-
"type": "staticText",
|
|
7
|
-
"text": {
|
|
8
|
-
"en": "Autodarts adapter configuration.<br>Please enter host and port from Boardmanager as well as the polling interval.",
|
|
9
|
-
"de": "Autodarts-Adapterkonfiguration.<br> Bitte gebe die IP und den Port von Boardmanager sowie den Abfrageintervall ein.",
|
|
10
|
-
"ru": "Настройка адаптера Autodarts.<br> Пожалуйста, введите хост и порт из Boardmanager, а также интервал опроса.",
|
|
11
|
-
"pt": "Configuração do adaptador Autodarts.<br> Por favor, insira o host e a porta do Boardmanager, bem como o intervalo de polling.",
|
|
12
|
-
"nl": "Configuratie van de Autodarts-adapter.<br> Voer de host en poort van Boardmanager in, evenals het pollinginterval.",
|
|
13
|
-
"fr": "Configuration de l'adaptateur Autodarts.<br> Veuillez saisir l'hôte et le port depuis Boardmanager ainsi que l'intervalle d'interrogation.",
|
|
14
|
-
"it": "Configurazione dell'adattatore Autodarts.<br> Inserisci l'host e la porta da Boardmanager, nonché l'intervallo di polling.",
|
|
15
|
-
"es": "Configuración del adaptador Autodarts.<br> Ingrese el host y el puerto de Boardmanager, así como el intervalo de sondeo.",
|
|
16
|
-
"pl": "Konfiguracja adaptera Autodarts.<br> Proszę wprowadzić hosta i port z Boardmanager'a, a także interwał odpytywania.",
|
|
17
|
-
"uk": "Конфігурація адаптера Autodarts.<br> Будь ласка, введіть хост і порт з Boardmanager, а також інтервал опитування.",
|
|
18
|
-
"zh-cn": "Autodarts适配器配置。<br>请从 Boardmanager 输入主机和端口以及轮询间隔。"
|
|
19
|
-
},
|
|
20
|
-
"newLine": true,
|
|
21
|
-
"sm": 12,
|
|
22
|
-
"xs": 12,
|
|
23
|
-
"md": 8,
|
|
24
|
-
"lg": 6,
|
|
25
|
-
"xl": 4,
|
|
26
|
-
"style": {
|
|
27
|
-
"border": "1px solid #ccc",
|
|
28
|
-
"borderRadius": "0px",
|
|
29
|
-
"padding": "8px",
|
|
30
|
-
"marginBottom": "10px",
|
|
31
|
-
"textAlign": "center",
|
|
32
|
-
"font-size": "larger"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"host": {
|
|
36
|
-
"type": "text",
|
|
37
|
-
"label": {
|
|
38
|
-
"en": "Autodarts (Boardmanager) Host / IP",
|
|
39
|
-
"de": "Autodarts (Boardmanager) Host / IP",
|
|
40
|
-
"ru": "Autodarts (Boardmanager) Хост / IP",
|
|
41
|
-
"pt": "Host/IP do Autodarts (Boardmanager)",
|
|
42
|
-
"nl": "Autodarts (Boardmanager) Host / IP",
|
|
43
|
-
"fr": "Hôte/IP d'Autodarts (Boardmanager)",
|
|
44
|
-
"it": "Autodarts (Boardmanager) Host / IP",
|
|
45
|
-
"es": "Host / IP de Autodarts (Boardmanager)",
|
|
46
|
-
"pl": "Autodarts (Boardmanager) Host / IP",
|
|
47
|
-
"uk": "Хост / IP-адреса Autodarts (Boardmanager)",
|
|
48
|
-
"zh-cn": "自动飞镖(棋盘管理器)主机/IP"
|
|
49
|
-
},
|
|
50
|
-
"newLine": true,
|
|
51
|
-
"sm": 12,
|
|
52
|
-
"xs": 12,
|
|
53
|
-
"md": 8,
|
|
54
|
-
"lg": 6,
|
|
55
|
-
"xl": 4
|
|
56
|
-
},
|
|
57
|
-
"port": {
|
|
58
|
-
"type": "number",
|
|
59
|
-
"label": {
|
|
60
|
-
"en": "Autodarts (Boardmanager) Port",
|
|
61
|
-
"de": "Autodarts (Boardmanager) Port",
|
|
62
|
-
"ru": "Порт Autodarts (Boardmanager)",
|
|
63
|
-
"pt": "Autodarts (Boardmanager) Port",
|
|
64
|
-
"nl": "Autodarts (Boardmanager) Port",
|
|
65
|
-
"fr": "Port Autodarts (Boardmanager)",
|
|
66
|
-
"it": "Autodarts (Boardmanager) Port",
|
|
67
|
-
"es": "Puerto de Autodarts (Boardmanager)",
|
|
68
|
-
"pl": "Autodarts (Boardmanager) Port",
|
|
69
|
-
"uk": "Порт Autodarts (менеджер дощок)",
|
|
70
|
-
"zh-cn": "自动飞镖(Boardmanager)端口"
|
|
71
|
-
},
|
|
72
|
-
"newLine": true,
|
|
73
|
-
"sm": 12,
|
|
74
|
-
"xs": 12,
|
|
75
|
-
"md": 8,
|
|
76
|
-
"lg": 6,
|
|
77
|
-
"xl": 4
|
|
78
|
-
},
|
|
79
|
-
"interval": {
|
|
80
|
-
"type": "number",
|
|
81
|
-
"label": {
|
|
82
|
-
"en": "Polling interval (ms)",
|
|
83
|
-
"de": "Abfrageintervall (ms)",
|
|
84
|
-
"ru": "Интервал опроса (мс)",
|
|
85
|
-
"pt": "Intervalo de pesquisa (ms)",
|
|
86
|
-
"nl": "Polling-interval (ms)",
|
|
87
|
-
"fr": "Intervalle d'interrogation (ms)",
|
|
88
|
-
"it": "Intervallo di polling (ms)",
|
|
89
|
-
"es": "Intervalo de sondeo (ms)",
|
|
90
|
-
"pl": "Interwał odpytywania (ms)",
|
|
91
|
-
"uk": "Інтервал опитування (мс)",
|
|
92
|
-
"zh-cn": "轮询间隔(毫秒)"
|
|
93
|
-
},
|
|
94
|
-
"newLine": true,
|
|
95
|
-
"sm": 12,
|
|
96
|
-
"xs": 12,
|
|
97
|
-
"md": 8,
|
|
98
|
-
"lg": 6,
|
|
99
|
-
"xl": 4
|
|
100
|
-
},
|
|
101
|
-
"outro": {
|
|
102
|
-
"type": "staticText",
|
|
103
|
-
"text": {
|
|
104
|
-
"en": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
105
|
-
"de": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
106
|
-
"ru": "Команда inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
107
|
-
"pt": "Equipe Inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
108
|
-
"nl": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
109
|
-
"fr": "Équipe inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
110
|
-
"it": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
111
|
-
"es": "Equipo invento • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
112
|
-
"pl": "Zespół inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
113
|
-
"uk": "Команда inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
114
|
-
"zh-cn": "inventwo 团队 • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>"
|
|
115
|
-
},
|
|
116
|
-
"newLine": true,
|
|
117
|
-
"sm": 12,
|
|
118
|
-
"xs": 12,
|
|
119
|
-
"md": 8,
|
|
120
|
-
"lg": 6,
|
|
121
|
-
"xl": 4,
|
|
122
|
-
"style": {
|
|
123
|
-
"border": "1px solid #ccc",
|
|
124
|
-
"borderRadius": "0px",
|
|
125
|
-
"padding": "8px",
|
|
126
|
-
"marginBottom": "10px",
|
|
127
|
-
"textAlign": "center",
|
|
128
|
-
"font-size": "larger"
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"i18n": true,
|
|
3
|
+
"type": "panel",
|
|
4
|
+
"items": {
|
|
5
|
+
"intro": {
|
|
6
|
+
"type": "staticText",
|
|
7
|
+
"text": {
|
|
8
|
+
"en": "Autodarts adapter configuration.<br>Please enter host and port from Boardmanager as well as the polling interval.",
|
|
9
|
+
"de": "Autodarts-Adapterkonfiguration.<br> Bitte gebe die IP und den Port von Boardmanager sowie den Abfrageintervall ein.",
|
|
10
|
+
"ru": "Настройка адаптера Autodarts.<br> Пожалуйста, введите хост и порт из Boardmanager, а также интервал опроса.",
|
|
11
|
+
"pt": "Configuração do adaptador Autodarts.<br> Por favor, insira o host e a porta do Boardmanager, bem como o intervalo de polling.",
|
|
12
|
+
"nl": "Configuratie van de Autodarts-adapter.<br> Voer de host en poort van Boardmanager in, evenals het pollinginterval.",
|
|
13
|
+
"fr": "Configuration de l'adaptateur Autodarts.<br> Veuillez saisir l'hôte et le port depuis Boardmanager ainsi que l'intervalle d'interrogation.",
|
|
14
|
+
"it": "Configurazione dell'adattatore Autodarts.<br> Inserisci l'host e la porta da Boardmanager, nonché l'intervallo di polling.",
|
|
15
|
+
"es": "Configuración del adaptador Autodarts.<br> Ingrese el host y el puerto de Boardmanager, así como el intervalo de sondeo.",
|
|
16
|
+
"pl": "Konfiguracja adaptera Autodarts.<br> Proszę wprowadzić hosta i port z Boardmanager'a, a także interwał odpytywania.",
|
|
17
|
+
"uk": "Конфігурація адаптера Autodarts.<br> Будь ласка, введіть хост і порт з Boardmanager, а також інтервал опитування.",
|
|
18
|
+
"zh-cn": "Autodarts适配器配置。<br>请从 Boardmanager 输入主机和端口以及轮询间隔。"
|
|
19
|
+
},
|
|
20
|
+
"newLine": true,
|
|
21
|
+
"sm": 12,
|
|
22
|
+
"xs": 12,
|
|
23
|
+
"md": 8,
|
|
24
|
+
"lg": 6,
|
|
25
|
+
"xl": 4,
|
|
26
|
+
"style": {
|
|
27
|
+
"border": "1px solid #ccc",
|
|
28
|
+
"borderRadius": "0px",
|
|
29
|
+
"padding": "8px",
|
|
30
|
+
"marginBottom": "10px",
|
|
31
|
+
"textAlign": "center",
|
|
32
|
+
"font-size": "larger"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"host": {
|
|
36
|
+
"type": "text",
|
|
37
|
+
"label": {
|
|
38
|
+
"en": "Autodarts (Boardmanager) Host / IP",
|
|
39
|
+
"de": "Autodarts (Boardmanager) Host / IP",
|
|
40
|
+
"ru": "Autodarts (Boardmanager) Хост / IP",
|
|
41
|
+
"pt": "Host/IP do Autodarts (Boardmanager)",
|
|
42
|
+
"nl": "Autodarts (Boardmanager) Host / IP",
|
|
43
|
+
"fr": "Hôte/IP d'Autodarts (Boardmanager)",
|
|
44
|
+
"it": "Autodarts (Boardmanager) Host / IP",
|
|
45
|
+
"es": "Host / IP de Autodarts (Boardmanager)",
|
|
46
|
+
"pl": "Autodarts (Boardmanager) Host / IP",
|
|
47
|
+
"uk": "Хост / IP-адреса Autodarts (Boardmanager)",
|
|
48
|
+
"zh-cn": "自动飞镖(棋盘管理器)主机/IP"
|
|
49
|
+
},
|
|
50
|
+
"newLine": true,
|
|
51
|
+
"sm": 12,
|
|
52
|
+
"xs": 12,
|
|
53
|
+
"md": 8,
|
|
54
|
+
"lg": 6,
|
|
55
|
+
"xl": 4
|
|
56
|
+
},
|
|
57
|
+
"port": {
|
|
58
|
+
"type": "number",
|
|
59
|
+
"label": {
|
|
60
|
+
"en": "Autodarts (Boardmanager) Port",
|
|
61
|
+
"de": "Autodarts (Boardmanager) Port",
|
|
62
|
+
"ru": "Порт Autodarts (Boardmanager)",
|
|
63
|
+
"pt": "Autodarts (Boardmanager) Port",
|
|
64
|
+
"nl": "Autodarts (Boardmanager) Port",
|
|
65
|
+
"fr": "Port Autodarts (Boardmanager)",
|
|
66
|
+
"it": "Autodarts (Boardmanager) Port",
|
|
67
|
+
"es": "Puerto de Autodarts (Boardmanager)",
|
|
68
|
+
"pl": "Autodarts (Boardmanager) Port",
|
|
69
|
+
"uk": "Порт Autodarts (менеджер дощок)",
|
|
70
|
+
"zh-cn": "自动飞镖(Boardmanager)端口"
|
|
71
|
+
},
|
|
72
|
+
"newLine": true,
|
|
73
|
+
"sm": 12,
|
|
74
|
+
"xs": 12,
|
|
75
|
+
"md": 8,
|
|
76
|
+
"lg": 6,
|
|
77
|
+
"xl": 4
|
|
78
|
+
},
|
|
79
|
+
"interval": {
|
|
80
|
+
"type": "number",
|
|
81
|
+
"label": {
|
|
82
|
+
"en": "Polling interval (ms)",
|
|
83
|
+
"de": "Abfrageintervall (ms)",
|
|
84
|
+
"ru": "Интервал опроса (мс)",
|
|
85
|
+
"pt": "Intervalo de pesquisa (ms)",
|
|
86
|
+
"nl": "Polling-interval (ms)",
|
|
87
|
+
"fr": "Intervalle d'interrogation (ms)",
|
|
88
|
+
"it": "Intervallo di polling (ms)",
|
|
89
|
+
"es": "Intervalo de sondeo (ms)",
|
|
90
|
+
"pl": "Interwał odpytywania (ms)",
|
|
91
|
+
"uk": "Інтервал опитування (мс)",
|
|
92
|
+
"zh-cn": "轮询间隔(毫秒)"
|
|
93
|
+
},
|
|
94
|
+
"newLine": true,
|
|
95
|
+
"sm": 12,
|
|
96
|
+
"xs": 12,
|
|
97
|
+
"md": 8,
|
|
98
|
+
"lg": 6,
|
|
99
|
+
"xl": 4
|
|
100
|
+
},
|
|
101
|
+
"outro": {
|
|
102
|
+
"type": "staticText",
|
|
103
|
+
"text": {
|
|
104
|
+
"en": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
105
|
+
"de": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
106
|
+
"ru": "Команда inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
107
|
+
"pt": "Equipe Inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
108
|
+
"nl": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
109
|
+
"fr": "Équipe inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
110
|
+
"it": "Team inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
111
|
+
"es": "Equipo invento • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
112
|
+
"pl": "Zespół inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
113
|
+
"uk": "Команда inventwo • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>",
|
|
114
|
+
"zh-cn": "inventwo 团队 • <a href=\"https://github.com/inventwo\">https://github.com/inventwo</a>"
|
|
115
|
+
},
|
|
116
|
+
"newLine": true,
|
|
117
|
+
"sm": 12,
|
|
118
|
+
"xs": 12,
|
|
119
|
+
"md": 8,
|
|
120
|
+
"lg": 6,
|
|
121
|
+
"xl": 4,
|
|
122
|
+
"style": {
|
|
123
|
+
"border": "1px solid #ccc",
|
|
124
|
+
"borderRadius": "0px",
|
|
125
|
+
"padding": "8px",
|
|
126
|
+
"marginBottom": "10px",
|
|
127
|
+
"textAlign": "center",
|
|
128
|
+
"font-size": "larger"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
package/admin/style.css
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
/* You can delete those if you want. I just found them very helpful */
|
|
2
|
-
* {
|
|
3
|
-
box-sizing: border-box
|
|
4
|
-
}
|
|
5
|
-
.m {
|
|
6
|
-
/* Don't cut off dropdowns! */
|
|
7
|
-
overflow: initial;
|
|
8
|
-
}
|
|
9
|
-
.m.adapter-container,
|
|
10
|
-
.m.adapter-container > div.App {
|
|
11
|
-
/* Fix layout/scrolling issues with tabs */
|
|
12
|
-
height: 100%;
|
|
13
|
-
width: 100%;
|
|
14
|
-
position: relative;
|
|
15
|
-
}
|
|
16
|
-
.m .select-wrapper + label {
|
|
17
|
-
/* The positioning for dropdown labels is messed up */
|
|
18
|
-
transform: none !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
label > i[title] {
|
|
22
|
-
/* Display the help cursor for the tooltip icons and fix their positioning */
|
|
23
|
-
cursor: help;
|
|
24
|
-
margin-left: 0.25em;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.dropdown-content {
|
|
28
|
-
/* Don't wrap text in dropdowns */
|
|
29
|
-
white-space: nowrap;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/* Add your styles here */
|
|
1
|
+
/* You can delete those if you want. I just found them very helpful */
|
|
2
|
+
* {
|
|
3
|
+
box-sizing: border-box
|
|
4
|
+
}
|
|
5
|
+
.m {
|
|
6
|
+
/* Don't cut off dropdowns! */
|
|
7
|
+
overflow: initial;
|
|
8
|
+
}
|
|
9
|
+
.m.adapter-container,
|
|
10
|
+
.m.adapter-container > div.App {
|
|
11
|
+
/* Fix layout/scrolling issues with tabs */
|
|
12
|
+
height: 100%;
|
|
13
|
+
width: 100%;
|
|
14
|
+
position: relative;
|
|
15
|
+
}
|
|
16
|
+
.m .select-wrapper + label {
|
|
17
|
+
/* The positioning for dropdown labels is messed up */
|
|
18
|
+
transform: none !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
label > i[title] {
|
|
22
|
+
/* Display the help cursor for the tooltip icons and fix their positioning */
|
|
23
|
+
cursor: help;
|
|
24
|
+
margin-left: 0.25em;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.dropdown-content {
|
|
28
|
+
/* Don't wrap text in dropdowns */
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* Add your styles here */
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "autodarts",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.0.3": {
|
|
7
|
+
"en": "init",
|
|
8
|
+
"de": "init",
|
|
9
|
+
"ru": "вводить",
|
|
10
|
+
"pt": "init",
|
|
11
|
+
"nl": "init",
|
|
12
|
+
"fr": "init",
|
|
13
|
+
"it": "init",
|
|
14
|
+
"es": "init",
|
|
15
|
+
"pl": "init",
|
|
16
|
+
"uk": "увійти",
|
|
17
|
+
"zh-cn": "输入"
|
|
18
|
+
},
|
|
6
19
|
"0.0.2": {
|
|
7
20
|
"en": "initial release",
|
|
8
21
|
"de": "erstausstrahlung",
|
package/lib/adapter-config.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
// This file extends the AdapterConfig type from "@iobroker/types"
|
|
2
|
-
// using the actual properties present in io-package.json
|
|
3
|
-
// in order to provide typings for adapter.config properties
|
|
4
|
-
|
|
5
|
-
import { native } from "../io-package.json";
|
|
6
|
-
|
|
7
|
-
type _AdapterConfig = typeof native;
|
|
8
|
-
|
|
9
|
-
// Augment the globally declared type ioBroker.AdapterConfig
|
|
10
|
-
declare global {
|
|
11
|
-
namespace ioBroker {
|
|
12
|
-
interface AdapterConfig extends _AdapterConfig {
|
|
13
|
-
// Do not enter anything here!
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// this is required so the above AdapterConfig is found by TypeScript / type checking
|
|
1
|
+
// This file extends the AdapterConfig type from "@iobroker/types"
|
|
2
|
+
// using the actual properties present in io-package.json
|
|
3
|
+
// in order to provide typings for adapter.config properties
|
|
4
|
+
|
|
5
|
+
import { native } from "../io-package.json";
|
|
6
|
+
|
|
7
|
+
type _AdapterConfig = typeof native;
|
|
8
|
+
|
|
9
|
+
// Augment the globally declared type ioBroker.AdapterConfig
|
|
10
|
+
declare global {
|
|
11
|
+
namespace ioBroker {
|
|
12
|
+
interface AdapterConfig extends _AdapterConfig {
|
|
13
|
+
// Do not enter anything here!
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// this is required so the above AdapterConfig is found by TypeScript / type checking
|
|
19
19
|
export {};
|
package/package.json
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.autodarts",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Autodarts Autoscoring",
|
|
5
5
|
"author": "skvarel <skvarel@inventwo.com>",
|
|
6
6
|
"contributors": [
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"email": "jkvarel@inventwo.com"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "skvarel",
|
|
13
|
-
"email": "skvarel@inventwo.com"
|
|
14
|
-
}
|
|
7
|
+
"jkvarel <jkvarel@inventwo.com>",
|
|
8
|
+
"skvarel <skvarel@inventwo.com>"
|
|
15
9
|
],
|
|
16
10
|
"homepage": "https://github.com/inventwo/ioBroker.autodarts",
|
|
17
11
|
"license": "MIT",
|
|
@@ -21,7 +15,7 @@
|
|
|
21
15
|
],
|
|
22
16
|
"repository": {
|
|
23
17
|
"type": "git",
|
|
24
|
-
"url": "
|
|
18
|
+
"url": "https://github.com/inventwo/ioBroker.autodarts.git"
|
|
25
19
|
},
|
|
26
20
|
"engines": {
|
|
27
21
|
"node": ">= 20"
|
|
@@ -82,8 +76,5 @@
|
|
|
82
76
|
"bugs": {
|
|
83
77
|
"url": "https://github.com/skvarel/ioBroker.autodarts/issues"
|
|
84
78
|
},
|
|
85
|
-
"
|
|
86
|
-
"lib": "lib",
|
|
87
|
-
"test": "test"
|
|
88
|
-
}
|
|
79
|
+
"readmeFilename": "README.md"
|
|
89
80
|
}
|