{ "name": "bluecrypt-ssh-fingerprint", "version": "1.0.1", "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 (https://coolaj86.com/)", "license": "MPL-2.0" }