package.json 596 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
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
Pithon Kabiro's avatar
Pithon Kabiro committed
16
17
18
19
20
    "express": "^4.17.1",
    "express-favicon": "^2.0.1"
  },
  "devDependencies": {
    "nodemon": "^2.0.13"
Pithon Kabiro's avatar
Pithon Kabiro committed
21
22
23
24
  },
  "repository": {
    "type": "git",
    "url": "https://transfer.hft-stuttgart.de/gitlab/icity/energydashboard"
Pithon Kabiro's avatar
Pithon Kabiro committed
25
26
  }
}