hashname
Version:
Public-Key(s) Fingerprint Generator
37 lines (36 loc) • 729 B
JSON
{
"name": "hashname",
"version": "0.3.1",
"description": "Public-Key(s) Fingerprint Generator",
"dependencies": {
"siphash": "^1.0.1",
"rfc-3548-b32": "~0.0.2"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/telehash/hashname.git"
},
"keywords": [
"hashname",
"pki",
"base32",
"fingerprint"
],
"author": {
"name": "Jeremie Miller",
"email": "jeremie@jabber.org",
"url": "http://jeremie.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/telehash/hashname/issues"
},
"homepage": "https://github.com/telehash/hashname"
}