Student User
2019-08-08 27de9efbe220c3e9b48e04014b11eeb4484f28ce
commit | author | age
e5e367 1 {
SU 2   "name": "todo-single",
3   "description": "single container version of the todoapp",
4   "version": "0.0.2",
5   "private": true,
6   "author": "Red Hat Training",
7   "license": "ASL",
8   "scripts": {
9     "start": "node app.js"
10   },
11   "dependencies": {
12     "restify": "4.0.3",
13     "sequelize": "3.14.2",
14     "mysql": "2.9.0"
15   }
16 }