mirror of
https://git.coolaj86.com/coolaj86/csr.js.git
synced 2025-03-14 04:30:43 +00:00
32 lines
610 B
JSON
32 lines
610 B
JSON
{
|
|
"name": "@root/csr",
|
|
"version": "1.0.0-wip.0",
|
|
"description": "Lightweight, Zero-Dependency CSR (Certificate Signing Request) generator and parser for Node.js and Browsers",
|
|
"main": "csr.js",
|
|
"scripts": {
|
|
"test": "node tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/csr.js.git"
|
|
},
|
|
"keywords": [
|
|
"CSR",
|
|
"ASN.1",
|
|
"DER",
|
|
"PEM",
|
|
"x509",
|
|
"RSA",
|
|
"EC",
|
|
"ECDSA",
|
|
"letsencrypt",
|
|
"ACME",
|
|
"asn1"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@root/acme": "^3.0.0-wip.0"
|
|
}
|
|
}
|