Lint JSON

This commit is contained in:
Pierre Rudloff 2016-02-13 16:20:25 +01:00
parent 9e8599ab6a
commit 2333030f78

View file

@ -23,8 +23,7 @@
] ]
} }
}, },
"repositories": [ "repositories": [{
{
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
@ -35,8 +34,7 @@
"reference": "2016.02.01" "reference": "2016.02.01"
} }
} }
}, }, {
{
"type": "package", "type": "package",
"package": { "package": {
"name": "ffmpeg/ffmpeg", "name": "ffmpeg/ffmpeg",
@ -49,16 +47,13 @@
"ffmpeg" "ffmpeg"
] ]
} }
} }],
], "authors": [{
"authors": [
{
"name": "Pierre Rudloff", "name": "Pierre Rudloff",
"email": "contact@rudloff.pro", "email": "contact@rudloff.pro",
"homepage": "https://rudloff.pro/", "homepage": "https://rudloff.pro/",
"role": "Developer" "role": "Developer"
} }],
],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Alltube\\": "classes/", "Alltube\\": "classes/",