volos-oauth-redis
Version:
Redis-backed OAuth library in the Volos system.
29 lines (28 loc) • 632 B
JSON
{
"name": "volos-oauth-redis",
"version": "0.13.0",
"license": "MIT",
"main": "lib/redisruntime.js",
"description": "Redis-backed OAuth library in the Volos system.",
"homepage": "https://github.com/apigee/volos",
"keywords": [
"oauth",
"redis",
"node.js"
],
"dependencies": {
"redis": "0.10.x",
"node-uuid": "1.4.x",
"volos-oauth-common": "^0.13.0",
"volos-management-redis": "0.9.x",
"debug": "^2.2.0",
"underscore": "1.6.x"
},
"devDependencies": {
"supertest": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/apigee/volos.git"
}
}