teo-helmet-extension
Version:
Teo.JS helmet middleware
31 lines (30 loc) • 711 B
JSON
{
"name": "teo-helmet-extension",
"version": "1.0.2",
"description": "Teo.JS helmet middleware",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Antyfive/teo-helmet-extension.git"
},
"keywords": [
"Teo.JS",
"teo.js",
"helmet",
"security",
"middleware",
"extension"
],
"author": "Andrew Teologov <teologov.and@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Antyfive/teo-helmet-extension/issues"
},
"homepage": "https://github.com/Antyfive/teo-helmet-extension#readme",
"dependencies": {
"helmet": "3.1.0"
}
}