Chapter 12: move Chapter13 to Chapter12

This commit is contained in:
Beth Griggs
2020-11-10 01:35:45 +00:00
parent be3ada6586
commit 473d903805
40 changed files with 0 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"name": "express-winston-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-winston": "^4.0.3",
"http-errors": "~1.6.3",
"winston": "^3.2.1"
}
}