UNPKG

steam-totp

Version:

Generate Steam-style TOTP codes given a secret

28 lines (27 loc) 624 B
{ "name": "steam-totp", "version": "2.1.2", "description": "Generate Steam-style TOTP codes given a secret", "keywords": [ "steam", "steam client", "steam guard" ], "homepage": "https://github.com/DoctorMcKay/node-steam-totp", "bugs": { "url": "https://github.com/DoctorMcKay/node-steam-totp/issues" }, "license": "MIT", "author": { "name": "Alexander Corn", "email": "mckay@doctormckay.com", "url": "https://www.doctormckay.com" }, "repository": { "type": "git", "url": "https://github.com/DoctorMcKay/node-steam-totp.git" }, "engines": { "node": ">=6.0.0" } }