package.json 483 Bytes
Newer Older
Pithon Kabiro's avatar
Pithon Kabiro committed
1
{
2
  "name": "energydashboard",
Pithon Kabiro's avatar
Pithon Kabiro committed
3
  "version": "1.0.0",
4
  "description": "Development of dashboard for Bosch Schwieberdingen",
Pithon Kabiro's avatar
Pithon Kabiro committed
5
6
7
8
9
10
11
12
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.21.1",
13
14
15
16
17
18
    "express": "^4.17.1",
    "require": "^2.4.20"
  },
  "repository": {
    "type": "git",
    "url": "https://transfer.hft-stuttgart.de/gitlab/icity/energydashboard.git"
Pithon Kabiro's avatar
Pithon Kabiro committed
19
20
  }
}