From cc9370e8ff446759f6d4a304a650bb591de16e9c Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 5 Aug 2016 02:41:23 +0200 Subject: [PATCH] Add JSONForms example --- json/src/main/webapp/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/json/src/main/webapp/package.json b/json/src/main/webapp/package.json index cb7a96797c..2f2d6c9ffa 100644 --- a/json/src/main/webapp/package.json +++ b/json/src/main/webapp/package.json @@ -1,11 +1,11 @@ -{ - "name": "jsonforms-intro", - "description": "Introduction to JSONForms", - "version": "0.0.1", - "license": "MIT", - "dependencies": { - "typings": "0.6.5", - "jsonforms": "0.0.19", - "bootstrap": "3.3.6" - } +{ + "name": "jsonforms-intro", + "description": "Introduction to JSONForms", + "version": "0.0.1", + "license": "MIT", + "dependencies": { + "typings": "0.6.5", + "jsonforms": "0.0.19", + "bootstrap": "3.3.6" + } } \ No newline at end of file