{ "name": "keypairs", "version": "0.0.1", "description": "Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.coolaj86.com/coolaj86/keypairs.js" }, "keywords": [ "EC", "RSA", "ECDSA", "PEM", "JWK", "CSR", "JOSE" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)" }