Files
Node.js-14-Cookbook/Chapter09/express-xss/package.json
T
2020-09-06 00:58:03 +01:00

18 lines
324 B
JSON

{
"name": "express-xss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"escape-html": "^1.0.3",
"express": "^4.17.1",
"he": "^1.2.0"
}
}