| { |
| "name": "koa-authz", |
| "version": "3.0.1", |
| "description": "koa-authz is an authorization middleware for Koa", |
| "main": "authz.js", |
| "scripts": { |
| "prepublish": "npm run lint && npm run test", |
| "fix": "eslint \"authz.js\" --fix", |
| "lint": "eslint \"authz.js\"", |
| "test": "jest" |
| }, |
| "keywords": [ |
| "node-casbin", |
| "koajs", |
| "koa2", |
| "authz", |
| "authorization", |
| "middleware" |
| ], |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/node-casbin/koa-authz.git" |
| }, |
| "author": { |
| "name": "Chalin-Shi", |
| "email": "18875906195@163.com" |
| }, |
| "engines": { |
| "node": ">= 7.6.0" |
| }, |
| "license": "http://www.apache.org/licenses/LICENSE-2.0", |
| "bugs": { |
| "url": "https://github.com/node-casbin/koa-authz/issues" |
| }, |
| "homepage": "https://github.com/node-casbin/koa-authz#readme", |
| "dependencies": {}, |
| "devDependencies": { |
| "casbin": "^3.0.0", |
| "coveralls": "^3.0.2", |
| "eslint": "^5.4.0", |
| "eslint-config-standard": "^11.0.0", |
| "eslint-plugin-import": "^2.14.0", |
| "eslint-plugin-node": "^7.0.1", |
| "eslint-plugin-promise": "^4.0.0", |
| "eslint-plugin-standard": "^3.1.0", |
| "express": "^4.16.3", |
| "jest": "^23.5.0", |
| "koa": "^2.5.2", |
| "supertest": "^3.1.0" |
| }, |
| "peerDependencies": { |
| "casbin": "^3.0.0" |
| } |
| } |