git name
2020-01-22 5454ebd40162281f44297db22ad16d3589553913
commit | author | age
e5e367 1 {
5454eb 2   "name": "todo-backend",
GN 3   "description": "multi-container version of the todoapp",
e5e367 4   "version": "0.0.2",
SU 5   "private": true,
6   "author": "Red Hat Training",
7   "license": "ASL",
8   "scripts": {
9     "start": "node app.js"
10   },
11   "dependencies": {
5454eb 12     "restify": "4.3.0",
e5e367 13     "sequelize": "3.14.2",
SU 14     "mysql": "2.9.0"
15   }
16 }