2015-04-11 20:08:24 +00:00
|
|
|
{
|
2016-08-20 11:07:31 +00:00
|
|
|
"name": "rudloff/alltube",
|
|
|
|
"description": "HTML GUI for youtube-dl",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"homepage": "http://alltubedownload.net/",
|
|
|
|
"type": "project",
|
|
|
|
"require": {
|
|
|
|
"smarty/smarty": "~3.1.29",
|
|
|
|
"slim/slim": "~3.5.0",
|
|
|
|
"mathmarques/smarty-view": "~1.1.0",
|
|
|
|
"symfony/yaml": "~3.1.0",
|
|
|
|
"symfony/process": "~3.1.0",
|
|
|
|
"ptachoire/process-builder-chain": "~1.2.0",
|
2016-10-20 21:01:31 +00:00
|
|
|
"rudloff/smarty-plugin-noscheme": "~0.1.0",
|
|
|
|
"aura/session": "~2.1.0"
|
2016-08-20 11:07:31 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/var-dumper": "~3.1.0",
|
2016-09-14 23:33:17 +00:00
|
|
|
"squizlabs/php_codesniffer": "~2.7.0",
|
2016-10-18 07:17:16 +00:00
|
|
|
"phpunit/phpunit": "~5.5.2",
|
|
|
|
"ffmpeg/ffmpeg": "dev-release",
|
2016-10-18 08:22:06 +00:00
|
|
|
"rg3/youtube-dl": "~2016.09.08",
|
|
|
|
"rudloff/rtmpdump-bin": "~2.3"
|
2016-08-20 11:07:31 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"paas": {
|
|
|
|
"nginx-includes": [
|
|
|
|
"nginx.conf"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
|
|
|
"name": "rg3/youtube-dl",
|
2016-09-08 22:03:47 +00:00
|
|
|
"version": "2016.09.08",
|
2016-08-20 11:07:31 +00:00
|
|
|
"source": {
|
|
|
|
"url": "https://github.com/rg3/youtube-dl.git",
|
|
|
|
"type": "git",
|
2016-09-08 22:03:47 +00:00
|
|
|
"reference": "2016.09.08"
|
2016-08-20 11:07:31 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
|
|
|
"name": "ffmpeg/ffmpeg",
|
|
|
|
"version": "dev-release",
|
|
|
|
"dist": {
|
|
|
|
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
|
|
|
|
"type": "xz"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"ffmpeg"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Pierre Rudloff",
|
|
|
|
"email": "contact@rudloff.pro",
|
|
|
|
"homepage": "https://rudloff.pro/",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Olivier Haquette",
|
|
|
|
"email": "contact@olivierhaquette.fr",
|
|
|
|
"homepage": "http://olivierhaquette.fr/",
|
|
|
|
"role": "Designer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Alltube\\": "classes/",
|
|
|
|
"Alltube\\Controller\\": "controllers/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"secure-http": false
|
2016-10-19 17:13:44 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"compile": "composer install --dev"
|
2016-08-20 11:07:31 +00:00
|
|
|
}
|
2015-04-11 20:08:24 +00:00
|
|
|
}
|