Marek Czernek
2020-02-18 d3b6fa27b03665eae8915137a621fbb516be84f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "todo-backend",
  "description": "multi-container version of the todoapp",
  "version": "0.0.2",
  "private": true,
  "author": "Red Hat Training",
  "license": "ASL",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "restify": "4.3.0",
    "sequelize": "3.14.2",
    "mysql": "2.9.0"
  }
}