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