From fc47135bdab52916a2a410754de35f7c0ff4592f Mon Sep 17 00:00:00 2001
From: Pithon Kabiro <pithon.kabiro@hft-stuttgart.de>
Date: Thu, 28 Oct 2021 10:25:13 +0200
Subject: [PATCH] Edit the package.json file

Add details about the web application
---
 package.json | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index d724ae7..898767f 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,12 @@
 {
-  "name": "chart-visualization",
+  "name": "icity-tp31-energy-dashboard",
   "version": "1.0.0",
-  "description": "",
-  "main": "index.js",
+  "description": "A prototype for an energy dashboard for the Bosch Schwieberdingen facility.",
+  "keywords": [
+    "dashboard",
+    "sensors",
+    "energy"
+  ],
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
@@ -10,5 +14,9 @@
   "license": "ISC",
   "dependencies": {
     "express": "^4.17.1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://transfer.hft-stuttgart.de/gitlab/icity/energydashboard"
   }
 }
-- 
GitLab