alltube/composer.json

26 lines
563 B
JSON
Raw Normal View History

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