Chapter 10: Optimize Async samples

This commit is contained in:
Beth Griggs
2020-08-31 01:24:43 +01:00
parent 52d632f0d2
commit 2e8f3240ec
6 changed files with 605 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "optimize-async",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mongodb": "^3.6.0"
}
}