Eduardo Ramirez
2019-11-27 5decd03995bdce0fc6f192ccd39ca099e6c39fa9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "todo-single",
  "description": "single 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"
  }
}