1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-30 08:00:57 +02:00
alltube/composer.json

44 lines
1.0 KiB
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-10-29 20:17:48 +01:00
"rg3/youtube-dl": "2015.10.24"
},
"require-dev": {
"symfony/var-dumper": "~2.7.6"
2015-04-11 22:15:35 +02:00
},
"extra": {
"paas": {
"nginx-includes": [
"nginx.conf"
]
}
2015-05-01 19:03:36 +02:00
},
"repositories": [
{
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2015.10.24",
"source": {
"url": "https://github.com/rg3/youtube-dl.git",
"type": "git",
"reference": "2015.10.24"
}
}
}
],
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
}