-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
57 lines (57 loc) · 1.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
{
"common": {
"name": "awtrix",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial adapter",
"de": "Initiale Version"
}
},
"title": "awtrix adapter",
"titleLang": {
"en": "Awtrix adapter",
"de": "Awtrix adapter"
},
"desc": {
"en": "Simplifies communication with your Awtrix",
"de": "Vereinfacht die Kommunikation mit deiner Awtrix"
},
"authors": [
"Matthias Wahl <[email protected]>"
],
"keywords": [
"diy",
"matrix"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "awtrix.png",
"extIcon": "https://raw.githubusercontent.com/Mazze2000/ioBroker.awtrix/master/admin/awtrix.png",
"enabled": true,
"readme": "https://raw.githubusercontent.com/Mazze2000/ioBroker.awtrix/master/README.md",
"loglevel": "info",
"mode": "daemon",
"allowInit": true,
"type": "iot-systems",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
],
"plugins": {
"sentry": {
"dsn": "https://[email protected]/103"
}
}
},
"native": {
},
"objects": [
]
}