30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"name": "ecdsa-csr",
|
|
"version": "1.0.0",
|
|
"description": "A focused, zero-dependency library to generate a Certificate Signing Request (CSR) and sign it!",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"ecdsa-csr": "ecdsacsr.js"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node lib/telemetry.js install",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/ecdsa-csr.js"
|
|
},
|
|
"keywords": [
|
|
"zero-dependency",
|
|
"csr",
|
|
"ecdsa",
|
|
"ec",
|
|
"pem"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0"
|
|
}
|