composer.json error: "./composer.json" does not contain valid JSON
Your JSON is bad, Paste your JSON into this website: http://jsonlint.com/
It returns the error:
Parse error on line 1:
"repositories": [
^
Expecting '{', '['
If you surround your entire JSON with a {
at the beginning and }
at very end, the invalid JSON becomes valid.