gotp
Version:
simple RFC4226 TOTP
27 lines (26 loc) • 488 B
JSON
{
"name": "gotp",
"version": "1.0.0",
"description": "simple RFC4226 TOTP",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/nathan7/gotp.git"
},
"keywords": [
"google",
"otp",
"totp",
"rfc4226",
"hmac",
"crypto"
],
"author": "Nathan Zadoks",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathan7/gotp/issues"
}
}