-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
meta.json
73 lines (71 loc) · 2.03 KB
/
meta.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
{
"abstract": "FHEM module for precipiation forecasts basing on buienradar.nl",
"x_lang": {
"de": {
"abstract": "FHEM-Modul für Regen- und Regenmengenvorhersagen auf Basis von buienradar.nl"
}
},
"keywords": [
"Buienradar",
"Precipiation",
"Rengenmenge",
"Regenvorhersage",
"hoeveelheid regen",
"regenvoorspelling",
"Niederschlag"
],
"release_status": "development",
"license": "Unlicense",
"version": "2.3.2",
"author": [
"Christoph Morrison <post@christoph-jeschke.de>"
],
"resources": {
"homepage": "https://github.com/fhem/mod-Buienradar/",
"x_homepage_title": "Module homepage",
"license": [
"https://github.com/fhem/mod-Buienradar/blob/master/LICENSE"
],
"bugtracker": {
"web": "https://github.com/fhem/mod-Buienradar/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fhem/mod-Buienradar.git",
"web": "https://github.com/fhem/mod-Buienradar.git",
"x_branch": "master",
"x_development": {
"type": "git",
"url": "https://github.com/fhem/mod-Buienradar.git",
"web": "https://github.com/fhem/mod-Buienradar/tree/development",
"x_branch": "development"
},
"x_filepath": "",
"x_raw": ""
},
"x_wiki": {
"title": "Buienradar",
"web": "https://wiki.fhem.de/wiki/Buienradar"
}
},
"x_fhem_maintainer": [
"jeschkec"
],
"x_fhem_maintainer_github": [
"christoph-morrison"
],
"prereqs": {
"runtime": {
"requires": {
"FHEM": 5.00918799,
"perl": 5.10,
"Meta": 0,
"JSON": 0
},
"recommends": {
},
"suggests": {
}
}
}
}