Dan K
2019-07-22 81fbcfc2409f885dd8405042b05d272d4eb629e5
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"
  }
}