volos-quota-redis
Version:
Redis provider for Quota enforcement in the Volos system.
24 lines (23 loc) • 533 B
JSON
{
"name": "volos-quota-redis",
"version": "0.11.6",
"main": "lib/redisquota.js",
"license": "MIT",
"description": "Redis provider for Quota enforcement in the Volos system.",
"homepage": "https://github.com/apigee/volos",
"keywords": [
"quota",
"redis"
],
"dependencies": {
"volos-quota-common": "^0.11.12",
"debug": "^2.2.0",
"underscore": "1.12.1",
"redis": "0.10.x"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/apigee/volos.git"
}
}