From 588de72fd97fca3f965479e23f76da680f5d794a Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Mon, 14 Sep 2015 12:56:34 +0200 Subject: [PATCH] Updated JSON format --- latest.json | 52 ++++++++++++++++++++++++---------------------------- 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/latest.json b/latest.json index ccfe7f8..6b93ce6 100644 --- a/latest.json +++ b/latest.json @@ -1,31 +1,27 @@ { "explanation":"This JSON file is used for version management, so that we can simply download the latest version. This should be kept up to date too.", - "dependencies":[ - { - "317-api-minified":[ - { - "groupId":"org.parabot" - }, - { - "artifactId":"317-api-minified" - }, - { - "version":"1.1" - } - ] - }, - { - "client":[ - { - "groupId":"org.parabot" - }, - { - "artifactId":"client" - }, - { - "version":"2.2" - } - ] - } - ] + "dependencies":{ + "317-api-minified":[ + { + "groupId":"org.parabot" + }, + { + "artifactId":"317-api-minified" + }, + { + "version":"1.1" + } + ], + "client":[ + { + "groupId":"org.parabot" + }, + { + "artifactId":"client" + }, + { + "version":"2.2" + } + ] + } }