25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"name": "rudloff/alltube",
|
|
"description": "HTML GUI for youtube-dl",
|
|
"license": "GPL-3.0",
|
|
"homepage": "http://alltubedownload.net/",
|
|
"type": "project",
|
|
"require": {
|
|
"smarty/smarty": "~3.1"
|
|
},
|
|
"extra": {
|
|
"paas": {
|
|
"nginx-includes": [
|
|
"nginx.conf"
|
|
]
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Pierre Rudloff",
|
|
"email": "contact@rudloff.pro",
|
|
"homepage": "https://rudloff.pro/",
|
|
"role": "Developer"
|
|
}
|
|
]
|
|
}
|