alltube/composer.json

26 lines
563 B
JSON
Raw Normal View History

2015-04-11 22:08:24 +02:00
{
2015-05-01 19:03:36 +02:00
"name": "rudloff/alltube",
"description": "HTML GUI for youtube-dl",
"license": "GPL-3.0",
"homepage": "http://alltubedownload.net/",
"type": "project",
2015-04-11 22:08:24 +02:00
"require": {
"smarty/smarty": "~3.1"
2015-04-11 22:15:35 +02:00
},
"extra": {
"paas": {
"nginx-includes": [
"nginx.conf"
]
}
2015-05-01 19:03:36 +02:00
},
"authors": [
{
"name": "Pierre Rudloff",
"email": "contact@rudloff.pro",
"homepage": "https://rudloff.pro/",
"role": "Developer"
}
]
2015-04-11 22:08:24 +02:00
}