Edit the package.json file
Add details about the web application
Showing
+11 -3
{ | { | ||
"name": "chart-visualization", | "name": "icity-tp31-energy-dashboard", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"description": "", | "description": "A prototype for an energy dashboard for the Bosch Schwieberdingen facility.", | ||
"main": "index.js", | "keywords": [ | ||
"dashboard", | |||
"sensors", | |||
"energy" | |||
], | |||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
... | @@ -10,5 +14,9 @@ | ... | @@ -10,5 +14,9 @@ |
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.17.1" | "express": "^4.17.1" | ||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://transfer.hft-stuttgart.de/gitlab/icity/energydashboard" | |||
} | } | ||
} | } |
Please register or sign in to comment