brisk-security
Version:
An all inclusive security module for Brisk
32 lines (31 loc) • 646 B
JSON
{
"name": "brisk-security",
"description": "An all inclusive security module for Brisk",
"version": "0.2.2",
"author": "makesites",
"contributors": [
{
"name": "Makis Tracend",
"email": "makis@makesit.es"
}
],
"homepage": "http://makesites.org",
"keywords": [ "security", "api", "cerberus", "helmet" ],
"repository": {
"type": "git",
"url": "git://github.com/brisk-modules/security.git"
},
"engines": {
"node": ">=0.8.x"
},
"main": "index",
"bin": {},
"dependencies": {
"brisk": ">=0.9.1",
"cerberus-api": "*",
"connect-cors": "*",
"csurf": ">=1.9.0",
"helmet": ">=3.16.0",
"underscore": ">=1.7.0"
}
}