UNPKG

2fa

Version:

TOTP + HOTP library, with nice utilities for handing 2FA

25 lines (24 loc) 497 B
{ "name": "2fa", "version": "0.1.2", "description": "TOTP + HOTP library, with nice utilities for handing 2FA", "main": "lib/2FA.js", "repository": { "type": "git", "url": "git://github.com/simontabor/2fa.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "auth", "two-factor", "2fa" ], "author": "Simon Tabor", "license": "MIT", "dependencies": { "qr-image": "^3.1.0", "thirty-two": "0.0.2" } }