ibird-auth
Version:
The permission module of ibird.
37 lines (36 loc) • 686 B
JSON
{
"name": "ibird-auth",
"version": "0.9.13",
"description": "The permission module of ibird.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yinfxs/ibird.git"
},
"keywords": [
"ibird",
"node",
"mongodb",
"redis",
"koa",
"mongoosejs",
"web",
"app",
"http",
"application",
"framework"
],
"author": "yinfxs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yinfxs/ibird/issues"
},
"homepage": "https://github.com/yinfxs/ibird#readme",
"dependencies": {
"ibird-utils": "^0.9.2"
},
"engines": {
"node": ">= 7.6.0"
},
"devDependencies": {}
}