{ "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.8.1", "mathmarques/smarty-view": "~1.1.0", "symfony/yaml": "~3.3.9", "symfony/process": "~3.3.9", "ptachoire/process-builder-chain": "~1.2.0", "guzzlehttp/guzzle": "~6.3.0", "aura/session": "~2.1.0", "barracudanetworks/archivestream-php": "~1.0.5", "smarty-gettext/smarty-gettext": "~1.5.1", "zonuexe/http-accept-language": "~0.4.1", "rinvex/country": "~2.0.0" }, "require-dev": { "symfony/var-dumper": "~3.3.9", "squizlabs/php_codesniffer": "~3.1.0", "phpunit/phpunit": "~5.7.2", "ffmpeg/ffmpeg": "dev-release", "rg3/youtube-dl": "~2017.10.20", "rudloff/rtmpdump-bin": "~2.3.0", "heroku/heroku-buildpack-php": "*" }, "extra": { "paas": { "nginx-includes": [ "resources/nginx.conf" ] } }, "repositories": [ { "type": "package", "package": { "name": "rg3/youtube-dl", "version": "2017.10.20", "dist": { "type": "zip", "url": "https://github.com/rg3/youtube-dl/archive/2017.10.20.zip" } } }, { "type": "package", "package": { "name": "ffmpeg/ffmpeg", "version": "dev-release", "dist": { "url": "https://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/" } }, "scripts": { "compile": "composer install --ignore-platform-reqs", "update-locales": "tsmarty2c.php templates > i18n/template.pot" } }