alltube/composer.json

69 lines
1.8 KiB
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-12-29 20:06:12 +00:00
"rg3/youtube-dl": "2015.12.29",
2015-10-29 20:19:40 +00:00
"slim/slim": "~2.6.2",
2015-10-31 10:35:18 +00:00
"slim/views": "~0.1.3",
2015-10-31 14:42:25 +00:00
"rudloff/smarty-plugin-noscheme": "~0.1.0",
2015-12-05 21:01:58 +00:00
"symfony/yaml": "~3.0.0",
"ffmpeg/ffmpeg": "~2.8.2"
2015-10-29 19:17:48 +00:00
},
"require-dev": {
2015-12-05 21:01:58 +00:00
"symfony/var-dumper": "~3.0.0"
2015-04-11 20:15:35 +00:00
},
"extra": {
"paas": {
"nginx-includes": [
"nginx.conf"
]
}
2015-05-01 17:03:36 +00:00
},
"repositories": [
{
"type": "package",
"package": {
"name": "rg3/youtube-dl",
2015-12-29 20:06:12 +00:00
"version": "2015.12.29",
"source": {
"url": "https://github.com/rg3/youtube-dl.git",
"type": "git",
2015-12-29 20:06:12 +00:00
"reference": "2015.12.29"
}
}
},
{
"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 19:54:38 +00:00
},
"bin": [
"ffmpeg"
]
}
}
],
2015-05-01 17:03:36 +00:00
"authors": [
{
"name": "Pierre Rudloff",
"email": "contact@rudloff.pro",
"homepage": "https://rudloff.pro/",
"role": "Developer"
}
2015-10-29 19:43:43 +00:00
],
"autoload": {
"psr-4": {
2015-10-29 21:32:36 +00:00
"Alltube\\": "classes/",
"Alltube\\Controller\\": "controllers/"
2015-10-29 19:43:43 +00:00
}
}
2015-04-11 20:08:24 +00:00
}