Chapter 9: Helmet samples update

This commit is contained in:
Beth Griggs
2020-09-05 23:56:27 +01:00
parent 61e61007b8
commit d8520f9bea
3 changed files with 407 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "express-helmet",
"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",
"helmet": "^4.1.0"
}
}