UNPKG

passwordless

Version:

A node.js/express module for passwordless authentication

52 lines (51 loc) 1.28 kB
{ "name": "passwordless", "version": "1.1.3", "description": "A node.js/express module for passwordless authentication", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/florianheinemann/passwordless.git" }, "keywords": [ "node", "nodejs", "passwordless", "nopassword", "password-less", "no-password", "authentication", "otpw", "one-time-password", "token", "express" ], "author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/thesumofall)", "license": "MIT", "bugs": { "url": "https://github.com/florianheinemann/passwordless/issues" }, "homepage": "https://github.com/florianheinemann/passwordless", "devDependencies": { "body-parser": "^1.13.1", "chai": "^4.1.2", "connect-flash": "^0.1.1", "cookie-parser": "^1.3.5", "cookie-session": "^2.0.0-beta.3", "express": "^4.12.4", "express-session": "^1.11.3", "grunt": "^1.0.3", "grunt-contrib-clean": "^1.0.0", "grunt-jsdoc": "^2.2.1", "grunt-mocha-test": "^0.13.3", "mocha": "^5.2.0", "passwordless-tokenstore-test": "*", "supertest": "^3.1.0" }, "dependencies": { "bs58": "^4.0.1" } }