old-keypairs.js/package.json

28 lines
583 B
JSON
Raw Normal View History

2018-11-11 00:27:49 +00:00
{
"name": "keypairs",
2019-02-27 07:11:50 +00:00
"version": "1.0.1",
"description": "Lightweight RSA/ECDSA keypair generation and JWK <-> PEM",
"main": "keypairs.js",
"files": [],
2018-11-11 00:27:49 +00:00
"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",
2019-02-23 09:27:52 +00:00
"JWK"
2018-11-11 00:27:49 +00:00
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
"eckles": "^1.4.0",
"rasha": "^1.2.1"
}
2018-11-11 00:27:49 +00:00
}