Student User
2019-08-08 7be4a5f7fc140d1495e739d8a02107879f2b9647
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.0.3",
    "sequelize": "3.14.2",
    "mysql": "2.9.0"
  }
}