squeakeasy
Version:
Fork of unmaintained module speakeasy. Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
66 lines (65 loc) • 1.6 kB
JSON
{
"name": "squeakeasy",
"description": "Fork of unmaintained module speakeasy. Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.",
"version": "2.0.2",
"author": {
"name": "Mark Bao & Speakeasy Contributors",
"email": "mark@markbao.com"
},
"contributors": [
{
"name": "Mark Logan",
"email": "squeakeasy@marklgn.com"
},
{
"name": "Michael Phan-Ba",
"email": "michael@mikepb.com"
},
{
"name": "Guy Halford-Thompson",
"email": "guy@cach.me"
}
],
"homepage": "http://github.com/mlogan/squeakeasy",
"bugs": "https://github.com/mlogan/squeakeasy/issues",
"keywords": [
"authentication",
"google authenticator",
"hmac",
"hotp",
"multi-factor",
"one-time password",
"passwords",
"totp",
"two factor",
"two-factor",
"two-factor authentication"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mlogan/squeakeasy.git"
},
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"base32.js": "0.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"istanbul": "^0.4.2",
"jsdoc": "^3.3.1",
"mocha": "^7.1.2",
"semistandard": "^14.2.0",
"snazzy": "^8.0.0"
},
"scripts": {
"test": "mocha",
"doc": "jsdoc -c jsdoc.json && sed -i '' -e 's/․/./g' docs/speakeasy/*/*.html",
"cover": "istanbul cover _mocha -- test/* -R spec",
"lint": "semistandard --verbose | snazzy"
}
}