TOTPFit/lib/base32/package.json
Савелий Савенок 40f6ae7f76 refactor: refactor of libs
2024-11-09 16:48:52 +03:00

13 lines
337 B
JSON

{
"name": "base32",
"description": "Implementation RFC 3548 Base32 encoding/decoding for node.",
"version": "1.0.2-zepp",
"author": "Chris Umbel <chris@chrisumbel.com>",
"keywords": ["base32", "encoding"],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/chrisumbel/thirty-two.git"
}
}