passwordless-mongostore-bcryptjs
Version:
MongoDB TokenStore for Passwordless using bcrypt.js
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "passwordless-mongostore-bcryptjs",
"version": "1.1.1",
"description": "MongoDB TokenStore for Passwordless using bcrypt.js",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bcryptjs": ">=2.4.3",
"mongodb": ">=3.1.13",
"passwordless-tokenstore": "0.0.10"
},
"devDependencies": {
"chai": "~3.0.0",
"chance": "^0.7.6",
"grunt": "^1.0.4",
"grunt-mocha-test": "~0.12.7",
"mocha": "^6.1.4",
"node-uuid": "^1.4.1",
"passwordless-tokenstore-test": "^0.1.3"
},
"contributors": [
"Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/thesumofall)",
"Hugh Rundle <hugh@hughrundle.net> (https://www.hughrundle.net)"
],
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git@github.com:hughrun/passwordless-mongostore-bcrypt.js.git"
},
"bugs": {
"url": "https://github.com/florianheinemann/passwordless-mongostore/issues"
},
"homepage": "https://github.com/hughrun/passwordless-mongostore-bcrypt.js",
"keywords": [
"passwordless",
"mongo",
"mongodb",
"nopassword",
"no-password",
"password-less",
"tokenstore",
"bcryptjs"
]
}