2015-10-07 19:56:17 +00:00
|
|
|
{
|
|
|
|
"name": "authenticator",
|
2015-10-07 20:39:45 +00:00
|
|
|
"version": "1.0.1",
|
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"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Daplie/node-authenticator.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"authenticator",
|
|
|
|
"2fa",
|
|
|
|
"mfa",
|
|
|
|
"token",
|
|
|
|
"key",
|
|
|
|
"base32",
|
|
|
|
"code",
|
|
|
|
"generator",
|
|
|
|
"authy",
|
|
|
|
"google",
|
|
|
|
"microsoft"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Daplie/node-authenticator/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Daplie/node-authenticator#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"notp": "^2.0.3",
|
|
|
|
"thirty-two": "0.0.2"
|
|
|
|
}
|
|
|
|
}
|