guard-bit
Version:
Utility to split opportunities by the account level (free\pro\enterprise\etc.) for frontend and node
33 lines (32 loc) • 609 B
JSON
{
"name": "guard",
"description": "Utility to split opportunities by the account level (free\\pro\\enterprise\\etc.) for frontend and node",
"main": "guard.js",
"version": "1.0.4",
"homepage": "https://github.com/iofjuupasli/guard",
"authors": [
"iofjuupasli <iofjuupasli@gmail.com>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"access",
"control",
"acl",
"guard",
"auth",
"authorized",
"unauthorized"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}