passport-hotp
Version:
HOTP authentication strategy for Passport.
37 lines (36 loc) • 963 B
JSON
{
"name": "passport-hotp",
"version": "0.0.1",
"description": "HOTP authentication strategy for Passport.",
"keywords": ["passport", "otp", "oath", "hotp", "auth", "authn", "authentication"],
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/passport-hotp.git"
},
"bugs": {
"url": "http://github.com/jaredhanson/passport-hotp/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": {
"pkginfo": "0.2.x",
"passport": "~0.1.1",
"notp": "2.0.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" }
}