dependabot[bot]
2019-11-28 629f21c9b6021aa47f680afcaaa048a31a871776
commit | author | age
b530bc 1 {
RM 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": {
629f21 12     "restify": "8.4.1",
b530bc 13     "sequelize": "3.14.2",
RM 14     "mysql": "2.9.0"
15   }
16 }