helmet-csp-uc
Version:
Content Security Policy middleware.
42 lines (41 loc) • 874 B
JSON
{
"name": "helmet-csp-uc",
"author": "Adam Baldwin <baldwin@andyet.net> (http://andyet.net/team/baldwin)",
"contributors": [
"Evan Hahn <me@evanhahn.com> (http://evanhahn.com)",
"zack-lin <linzegia@gmail.com>"
],
"description": "Content Security Policy middleware.",
"version": "0.3.3",
"keywords": [
"helmet",
"security",
"express",
"connect",
"content",
"security",
"policy",
"csp",
"xss",
"UC"
],
"repository": {
"type": "git",
"url": "git@github.com:zack-lin/csp.git"
},
"bugs": "https://github.com/zack-lin/csp/issues",
"scripts": {
"test": "mocha"
},
"dependencies": {
"camelize": "1.0.0",
"platform": "1.3.0",
"core-util-is": "1.0.1"
},
"devDependencies": {
"connect": "^3.3.5",
"lodash": "^3.7.0",
"mocha": "^2.2.1",
"supertest": "^0.15.0"
}
}