Eduardo Ramirez
2019-12-03 648a2b1d8425e572d93f16467ffc9a880ba1b0c1
commit | author | age
fe67a6 1 {
RS 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": {
5decd0 12     "restify": "4.3.0",
fe67a6 13     "sequelize": "3.14.2",
RS 14     "mysql": "2.9.0"
15   }
16 }