mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 02:59:49 +00:00
94681ef493
git-svn-id: https://svn.fhem.de/fhem/trunk@19092 2b470e98-0d58-463d-a4d8-8e2adae1ed80
39 lines
747 B
Plaintext
39 lines
747 B
Plaintext
{
|
|
"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": {
|
|
}
|
|
}
|
|
}
|
|
} |