Chapter 13: initial samples

This commit is contained in:
Beth Griggs
2020-08-03 00:09:53 +01:00
parent 6b79a9e6fb
commit d123a16d35
40 changed files with 4004 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "express-morgan-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",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
}
}