headgear
Version:
Sets various security related headers
62 lines (61 loc) • 1.23 kB
JSON
{
"name": "headgear",
"version": "1.0.0",
"description": "Sets various security related headers",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --reporter spec --ui tdd --recursive test"
},
"author": "Bryan Kizer",
"repository": {
"type": "git",
"url": "git+https://github.com/belsrc/headgear.git"
},
"keywords": [
"https",
"security",
"headers",
"express",
"connect",
"x-xss-protection",
"x-frame-options",
"x-powered-by",
"content-security-policy",
"x-download-options",
"x-content-type-options",
"x-powered-by",
"powered-by",
"xss",
"frame",
"content",
"security",
"policy",
"csp",
"hsts",
"clickjack",
"nocache",
"caching",
"cache",
"cert",
"certificate",
"noopen",
"mimetype",
"hpkp",
"key",
"pinning"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/belsrc/headgear/issues"
},
"homepage": "https://github.com/belsrc/headgear#readme",
"devDependencies": {
"express": "^4.13.3",
"mocha": "^2.3.3",
"supertest": "^1.1.0"
},
"dependencies": {
"connect": "^3.4.0",
"dashify": "^0.2.0"
}
}