redis.auth
Version:
A non prescriptive Redis Authentication module for Express
38 lines (37 loc) • 871 B
JSON
{
"name": "redis.auth",
"version": "0.3.0",
"description": "A non prescriptive Redis Authentication module for Express",
"main": "index.js",
"scripts": {
"test": "mocha tests.js",
"nyc": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisCates/redis.auth.git"
},
"keywords": [
"Chris",
"Cates",
"Redis",
"Auth",
"Authentication"
],
"author": "Chris Cates",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisCates/redis.auth/issues"
},
"homepage": "https://github.com/ChrisCates/redis.auth#readme",
"devDependencies": {
"coveralls": "^2.11.9",
"express": "^4.13.4",
"nyc": "^6.4.0",
"redis.token": "^0.1.2",
"supertest": "^1.2.0"
},
"dependencies": {
"redis.token": "^0.1.5"
}
}