UNPKG

passwordless-mongostore

Version:
46 lines (45 loc) 1.12 kB
{ "name": "passwordless-mongostore", "version": "0.1.4", "description": "MongoDB TokenStore for Passwordless", "main": "index.js", "scripts": { "test": "grunt test" }, "dependencies": { "bcrypt": "^0.8.7", "mongodb": "^2.2.10", "passwordless-tokenstore": "0.0.10" }, "devDependencies": { "chai": "~3.0.0", "chance": "^0.7.6", "grunt": "~0.4.4", "grunt-mocha-test": "~0.12.7", "mocha": "~2.2.5", "node-uuid": "^1.4.1", "passwordless-tokenstore-test": "^0.1.3" }, "author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/thesumofall)", "license": "MIT", "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/florianheinemann/passwordless-mongostore.git" }, "bugs": { "url": "https://github.com/florianheinemann/passwordless-mongostore/issues" }, "homepage": "https://github.com/florianheinemann/passwordless-mongostore", "keywords": [ "passwordless", "mongo", "mongodb", "nopassword", "no-password", "password-less", "tokenstore" ] }