UNPKG

passport-totp

Version:

TOTP authentication strategy for Passport.

49 lines (48 loc) 1.02 kB
{ "name": "passport-totp", "version": "0.0.2", "description": "TOTP authentication strategy for Passport.", "keywords": [ "passport", "otp", "oath", "totp", "auth", "authn", "authentication" ], "repository": { "type": "git", "url": "git://github.com/jaredhanson/passport-totp.git" }, "bugs": { "url": "http://github.com/jaredhanson/passport-totp/issues" }, "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "notp": "2.0.x", "passport-strategy": "1.0.0", "pkginfo": "0.2.x" }, "devDependencies": { "mocha": "1.x.x", "chai": "1.x.x" }, "scripts": { "test": "NODE_PATH=./lib node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" }, "engines": { "node": ">= 0.4.0" } }