12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"name": "herwigbirke/tvguide",
|
|
"description": "Self-hosted electronic TV guide based on XMLTV data.",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TVGuide\\": "app/src/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|