bluecrypt-ssh-fingerprint.js/package.json

28 lines
738 B
JSON

{
"name": "bluecrypt-ssh-fingerprint",
"version": "1.0.0",
"description": "SSH Fingerprint in < 150 lines of VanillaJS, part of the Bluecrypt suite for Browser Crypto.",
"homepage": "https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js",
"main": "ssh-fingerprint.js",
"scripts": {
"prepare": "uglifyjs ssh-fingerprint.js > ssh-fingerprint.min.js"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js"
},
"keywords": [
"zero-dependency",
"SSH",
"Fingerprint",
"rsa",
"ec",
"ecdsa"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}