node-authenticator.js/package.json

43 lines
935 B
JSON
Raw Normal View History

2015-10-07 19:56:17 +00:00
{
"name": "authenticator",
2016-01-02 09:25:50 +00:00
"version": "1.1.2",
2015-10-07 19:56:17 +00:00
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
"main": "authenticator.js",
"scripts": {
"test": "node example.js"
},
2016-01-02 09:24:24 +00:00
"bin": {
"authenticator": "bin/authenticator.js"
},
2015-10-07 19:56:17 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/node-authenticator.git"
},
"keywords": [
"authenticator",
"2fa",
"mfa",
"token",
"key",
"base32",
"code",
"generator",
2015-11-03 08:16:46 +00:00
"one-time",
"time-based",
2015-10-07 19:56:17 +00:00
"authy",
"google",
"microsoft"
],
2015-11-03 08:16:46 +00:00
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
2015-10-07 19:56:17 +00:00
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Daplie/node-authenticator/issues"
},
"homepage": "https://github.com/Daplie/node-authenticator#readme",
"dependencies": {
2016-01-02 09:24:24 +00:00
"authenticator-cli": "^1.0.2",
2015-10-07 19:56:17 +00:00
"notp": "^2.0.3",
"thirty-two": "0.0.2"
}
}