node-authenticator.js/package.json

43 line
935 B
JSON

{
"name": "authenticator",
"version": "1.1.1",
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
"main": "authenticator.js",
"scripts": {
"test": "node example.js"
},
"bin": {
"authenticator": "bin/authenticator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/node-authenticator.git"
},
"keywords": [
"authenticator",
"2fa",
"mfa",
"token",
"key",
"base32",
"code",
"generator",
"one-time",
"time-based",
"authy",
"google",
"microsoft"
],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Daplie/node-authenticator/issues"
},
"homepage": "https://github.com/Daplie/node-authenticator#readme",
"dependencies": {
"authenticator-cli": "^1.0.2",
"notp": "^2.0.3",
"thirty-two": "0.0.2"
}
}