Free SSL and Automatic HTTPS for node.js with KOA and other middleware systems via ACME (Let's Encrypt)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

33 lines
739 B

{
"name": "greenlock-koa",
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-koa.js",
"version": "2.1.4",
"description": "An Automated HTTPS ACME client (Let's Encrypt v2) for Koa",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.coolaj86.com/coolaj86/greenlock-koa.js.git"
},
"keywords": [
"acme",
"cloud",
"cluster",
"free",
"greenlock",
"freessl",
"free ssl",
"https",
"koa",
"le",
"letsencrypt",
"node",
"node.js",
"ssl",
"tls"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)"
}