Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

33 行
597 B

{
"name": "@root/keypairs",
"version": "1.0.0-wip.0",
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
"main": "keypairs.js",
"scripts": {
"test": "node tests"
},
"files": [
"*.js",
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/csr.js.git"
},
"keywords": [
"ASN.1",
"DER",
"PEM",
"x509",
"RSA",
"EC",
"ECDSA",
"asn1"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
"@root/acme": "^3.0.0-wip.0"
}
}