Chapter 10: Benchmarking recipe

This commit is contained in:
Beth Griggs
2020-08-14 13:34:15 +01:00
parent 2c7cf712f8
commit d74bfe94dc
19 changed files with 1509 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "benchmarking-views",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
}
}