redis.token
Version:
token based storage system in Redis that uses hashtables.
41 lines (40 loc) • 868 B
JSON
{
"name": "redis.token",
"version": "0.3.2",
"description": " token based storage system in Redis that uses hashtables.",
"main": "index.js",
"scripts": {
"test": "mocha tests.js",
"nyc": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
"exclude": [
"./tests.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisCates/redis.token.git"
},
"keywords": [
"Chris",
"Cates",
"Redis",
"Token",
"Storage"
],
"author": "Chris Cates",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisCates/redis.token/issues"
},
"homepage": "https://github.com/ChrisCates/redis.token#readme",
"dependencies": {
"crypto-js": "^3.1.6",
"redis": "^2.6.0-1"
},
"devDependencies": {
"coveralls": "^2.11.9",
"nyc": "^6.4.0"
}
}