@pan-os/cerberus
Version:
security wrapper to protect routes dynamically with heimdall structure
54 lines (53 loc) • 1.15 kB
JSON
{
"name": "@pan-os/cerberus",
"version": "1.0.10",
"description": "security wrapper to protect routes dynamically with heimdall structure",
"main": "index.js",
"scripts": {
"test": "xo && ava --tap | tap-nyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pan-os/cerberus.git"
},
"keywords": [
"cerberus",
"routes",
"protection",
"restify",
"node"
],
"author": "Caio Alcantara",
"license": "MIT",
"bugs": {
"url": "https://github.com/pan-os/cerberus/issues"
},
"homepage": "https://github.com/pan-os/cerberus#readme",
"dependencies": {
"bcrypt": "^3.0.1",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^8.3.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"restify-errors": "^6.1.1",
"tap-nyan": "^1.1.0"
},
"devDependencies": {
"ava": "^1.0.0-beta.8",
"xo": "^0.23.0"
},
"xo": {
"extends": [
"prettier"
],
"globals": [
"it",
"describe",
"before"
],
"rules": {
"prefer-promise-reject-errors": 0,
"no-use-extend-native/no-use-extend-native": 0
}
}
}