alltube/composer.json

69 lines
1.8 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-11-25 20:26:14 +01:00
"rg3/youtube-dl": "2015.11.24",
2015-10-29 21:19:40 +01:00
"slim/slim": "~2.6.2",
2015-10-31 11:35:18 +01:00
"slim/views": "~0.1.3",
2015-10-31 15:42:25 +01:00
"rudloff/smarty-plugin-noscheme": "~0.1.0",
"symfony/yaml": "~2.7.6",
"ffmpeg/ffmpeg": "~2.8.2"
2015-10-29 20:17:48 +01:00
},
"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",
2015-11-25 20:26:14 +01:00
"version": "2015.11.24",
"source": {
"url": "https://github.com/rg3/youtube-dl.git",
"type": "git",
2015-11-25 20:26:14 +01:00
"reference": "2015.11.24"
}
}
},
{
"type": "package",
"package": {
"name": "ffmpeg/ffmpeg",
"version": "2.8.2",
"dist": {
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
"type": "xz"
2015-11-21 20:54:38 +01:00
},
"bin": [
"ffmpeg"
]
}
}
],
2015-05-01 19:03:36 +02:00
"authors": [
{
"name": "Pierre Rudloff",
"email": "contact@rudloff.pro",
"homepage": "https://rudloff.pro/",
"role": "Developer"
}
2015-10-29 20:43:43 +01:00
],
"autoload": {
"psr-4": {
2015-10-29 22:32:36 +01:00
"Alltube\\": "classes/",
"Alltube\\Controller\\": "controllers/"
2015-10-29 20:43:43 +01:00
}
}
2015-04-11 22:08:24 +02:00
}