Valid composer.json (fixes #13)
This commit is contained in:
parent
ff17dbba30
commit
11fe353f71
1 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
{
|
{
|
||||||
|
"name": "rudloff/alltube",
|
||||||
|
"description": "HTML GUI for youtube-dl",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"homepage": "http://alltubedownload.net/",
|
||||||
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"smarty/smarty": "~3.1"
|
"smarty/smarty": "~3.1"
|
||||||
},
|
},
|
||||||
|
@ -8,5 +13,13 @@
|
||||||
"nginx.conf"
|
"nginx.conf"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Pierre Rudloff",
|
||||||
|
"email": "contact@rudloff.pro",
|
||||||
|
"homepage": "https://rudloff.pro/",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue