36 lines
795 B
JSON
36 lines
795 B
JSON
{
|
|
"name": "ssh-fingerprint",
|
|
"version": "1.0.0",
|
|
"description": "💯 SSH Fingerprint in a lightweight, zero-dependency VanillaJS node library.",
|
|
"homepage": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"ssh-fingerprint": "bin/ssh-fingerprint.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"fixtures",
|
|
"lib"
|
|
],
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node lib/telemetry.js event:install",
|
|
"test": "bash test.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js"
|
|
},
|
|
"keywords": [
|
|
"SSH",
|
|
"Fingerprint",
|
|
"rsa",
|
|
"ec",
|
|
"ecdsa"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0"
|
|
}
|