old-keypairs.js/package.json

25 lines
598 B
JSON
Raw Normal View History

2018-11-11 00:27:49 +00:00
{
"name": "keypairs",
2018-12-03 07:57:41 +00:00
"version": "0.0.4",
2018-11-11 00:27:49 +00:00
"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 <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)"
}