{ "name": "bluecrypt-jwk-to-ssh", "version": "1.0.1", "description": "JWK to SSH in < 100 lines of VanillaJS.", "homepage": "https://git.coolaj86.com/coolaj86/bluecrypt-jwk-to-ssh.js", "main": "jwk-to-ssh.js", "scripts": { "prepare": "uglifyjs jwk-to-ssh.js > jwk-to-ssh.min.js" }, "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "https://git.coolaj86.com/coolaj86/bluecrypt-jwk-to-ssh.js" }, "keywords": [ "zero-dependency", "JWK-to-SSH", "RSA", "EC", "SSH", "JWK", "ECDSA" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0" }