DO288-apps/todo-single/package.json
2019-11-27 00:12:03 +01:00

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.3.0",
"sequelize": "3.14.2",
"mysql": "2.9.0"
}
}