TOTPFit/lib/thirty-two/package.json
2024-11-09 16:37:03 +03:00

16 lines
395 B
JSON

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