2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00
fhem-mirror/fhem/contrib/META.json.txt

39 lines
747 B
Plaintext
Raw Normal View History

{
"description": "This can be some extended description or documentation.",
"x_lang": {
"de": {
"description": "Hier kann eine erweiterte Beschreibung oder Dokumentation stehen."
}
},
"author": [
"I am the maintainer <firstname.lastname@gmail.com>"
],
"x_fhem_maintainer": [
"myFhemForumAndSVNusername"
],
"keywords": [
"additional",
"keywords",
"that shall",
"appear",
"for example",
"vendorName",
"or",
"function"
],
"prereqs": {
"runtime": {
"requires": {
"FHEM": 5.00918623,
"FHEM::Meta": 0.001006,
"HttpUtils": 0,
"JSON": 0,
"perl": 5.014
},
"recommends": {
},
"suggests": {
}
}
}
}