passwordless-redisstore-bcryptjs
Version:
Redis TokenStore for Passwordless (with pure js bcrypt)
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "passwordless-redisstore-bcryptjs",
"version": "0.0.2",
"description": "Redis TokenStore for Passwordless (with pure js bcrypt)",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^0.9.0",
"bcryptjs": "^2.1.0",
"passwordless-tokenstore": "0.0.10",
"redis": "^0.10.3"
},
"devDependencies": {
"chai": "~1.9.1",
"chance": "^0.5.6",
"grunt": "~0.4.4",
"grunt-mocha-test": "^0.12.0",
"mocha": "~1.18.2",
"node-uuid": "^1.4.1",
"passwordless-tokenstore-test": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lloydcotten/passwordless-redisstore.git"
},
"keywords": [
"redis",
"passwordless",
"token",
"otpw",
"one-time-password",
"store",
"tokenstore"
],
"author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/florian__h)",
"contributors": [
"Lloyd Cotten <lloyd@lloydcotten.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lloydcotten/passwordless-redisstore/issues"
},
"homepage": "https://github.com/lloydcotten/passwordless-redisstore"
}