UNPKG

ibird-token

Version:

The token manager of ibird.

44 lines (43 loc) 831 B
{ "name": "ibird-token", "version": "0.9.50", "description": "The token manager 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": { "fs-extra": "^2.1.2", "ibird-utils": "^0.9.1", "ioredis": "^2.5.0", "moment": "^2.18.1", "uuid": "^3.0.1" }, "engines": { "node": ">= 7.6.0" }, "devDependencies": { "mocha": "^3.2.0", "should": "^11.2.1" } }