passcode
Version:
One-time passcode generator (HOTP/TOTP) with URL generation for Google Authenticator
60 lines (59 loc) • 1.24 kB
JSON
{
"name": "passcode",
"description": "One-time passcode generator (HOTP/TOTP) with URL generation for Google Authenticator",
"version": "1.0.2",
"author": {
"name": "Michael Phan-Ba",
"email": "michael@mikepb.com"
},
"contributors": [{
"name": "Mark Bao",
"email": "mark@markbao.com",
"url": "http://markbao.com"
}, {
"name": "Guy Halford-Thompson",
"email": "guy@cach.me"
}],
"homepage": "http://github.com/mikepb/passcode",
"keywords": [
"authentication",
"google authenticator",
"hmac",
"hotp",
"multi-factor",
"one-time password",
"passwords",
"totp",
"two-factor"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mikepb/passcode.git"
},
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"base32.js": "0.0.1"
},
"keywords": [
"two-factor",
"authentication",
"hotp",
"totp",
"multi-factor",
"hmac",
"one-time password",
"passwords"
],
"devDependencies": {
"jsdoc": "^3.3.1",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha",
"doc": "jsdoc -c jsdoc.json && sed -i '' -e 's/․/./g' docs/passcode/*/*.html"
}
}