Chapter 10: profiling recipe sample

This commit is contained in:
Beth Griggs
2020-08-15 17:33:37 +01:00
parent d74bfe94dc
commit 6c6df60315
10 changed files with 931 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "flamegraph-app",
"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"
}
}