package.json 510 Bytes
Newer Older
Pithon Kabiro's avatar
Pithon Kabiro committed
1
{
Pithon Kabiro's avatar
Pithon Kabiro committed
2
  "name": "icity-tp31-energy-dashboard",
Pithon Kabiro's avatar
Pithon Kabiro committed
3
  "version": "1.0.0",
Pithon Kabiro's avatar
Pithon Kabiro committed
4
5
6
7
8
9
  "description": "A prototype for an energy dashboard for the Bosch Schwieberdingen facility.",
  "keywords": [
    "dashboard",
    "sensors",
    "energy"
  ],
Pithon Kabiro's avatar
Pithon Kabiro committed
10
11
12
13
14
15
16
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1"
Pithon Kabiro's avatar
Pithon Kabiro committed
17
18
19
20
  },
  "repository": {
    "type": "git",
    "url": "https://transfer.hft-stuttgart.de/gitlab/icity/energydashboard"
Pithon Kabiro's avatar
Pithon Kabiro committed
21
22
  }
}