DO288-apps/todo-single/package.json
2019-06-21 10:40:58 +05:30

16 lines
325 B
JSON

{
"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"
}
}