madcert
Version:
Make a Development Cert
66 lines (65 loc) • 1.21 kB
JSON
{
"name": "madcert",
"version": "2.5.0",
"description": "Make a Development Cert",
"engines": {
"node": ">=10.16.0"
},
"main": "src/certs.js",
"scripts": {
"test": "mocha --timeout 15000 --recursive"
},
"author": "National Security Agency (https://code.nsa.gov/)",
"license": "MIT",
"bin": {
"madcert": "src/madcert.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NationalSecurityAgency/MADCert.git"
},
"keywords": [
"ca",
"cert",
"certificates",
"client certificates",
"crt",
"crypto",
"cryptography",
"development",
"encryption",
"https",
"keypair",
"keys",
"localhost",
"madcert",
"node-forge",
"openssl",
"pem",
"pki",
"p12",
"self",
"server",
"signed",
"ssl",
"testing",
"tls",
"trust",
"user",
"x509"
],
"bugs": {
"url": "https://github.com/NationalSecurityAgency/MADCert/issues"
},
"dependencies": {
"date-fns": "^2.19.0",
"fs-extra": "10.0.0",
"lodash": "^4.17.21",
"node-forge": "^1.3.0",
"yargs": "17.3.1"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "9.2.0"
}
}