{
  "name": "node-authorization",
  "version": "2.0.3",
  "description": "An object-oriented authorization framework for Node.js, compatiable with express and passport.",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "mocha": "~6.1.4",
    "should": "~13.2.3"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/_mocha --require should ./test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VinceZK/authorization.git"
  },
  "keywords": [
    "permission",
    "authorization",
    "authentication",
    "security",
    "express",
    "passport",
    "nodejs"
  ],
  "author": "vincezk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VinceZK/authorization/issues"
  },
  "homepage": "https://github.com/VinceZK/authorization#readme"
}
