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