-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
60 lines (56 loc) · 1.17 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
{
"common": {
"name": "timecounter",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "Erste Version",
"de": "First Version"
}
},
"title": "Time Counter",
"titleLang": {
"en": "Time Counter",
"de": "Time Counter"
},
"desc": {
"en": "Count the time a state is true",
"de": "Zählt wie lang ein State true ist"
},
"authors": [
"Lutz Sebastian <[email protected]>"
],
"keywords": [
"ioBroker",
"template",
"Smart Home",
"home automation"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "timecounter.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Omega236/ioBroker.timecounter/master/admin/timecounter.png",
"readme": "https://github.com/Omega236/ioBroker.timecounter/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "date-and-time",
"compact": true,
"supportCustoms": true,
"materialize": true,
"preserveSettings": "custom",
"dependencies": [
{
"admin": ">=3.0.0"
}
]
},
"native": {
"option1": true,
"option2": "42"
},
"objects": [
],
"instanceObjects": [ ]
}