From e7b1b296c79a5a42f168e813bece2ed06511235b Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 22 Dec 2015 22:53:32 +0100 Subject: [PATCH] Prettify --- library.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index ce3226c97..59fb5879b 100644 --- a/library.json +++ b/library.json @@ -2,22 +2,20 @@ "name": "Json", "keywords": "json, rest, http, web", "description": "An elegant and efficient JSON library for embedded systems", - "repository": - { + "repository": { "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "authors": - { + "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" }, "exclude": [ "scripts", + "src/ArduinoJson.h", "test", - "third-party", - "src/ArduinoJson.h" + "third-party" ], "frameworks": "arduino", - "platforms": "*" + "platforms": "*" }