tough-cookie-redisstore
Version:
redis store for tough-cookie
17 lines (16 loc) • 368 B
JSON
{
"name": "tough-cookie-redisstore",
"version": "0.0.4",
"description": "redis store for tough-cookie",
"main": "index.js",
"author": "arnkorty",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arnkorty/tough-cookie-redisstore.git"
},
"dependencies": {
"ioredis": "^4.3.0",
"tough-cookie": "~0.12.1"
}
}