2017-01-18 00:02:55 +00:00
|
|
|
{
|
|
|
|
"name": "greenlock-hapi",
|
2017-01-25 21:29:29 +00:00
|
|
|
"version": "2.0.2",
|
2017-01-18 00:02:55 +00:00
|
|
|
"description": "Free SSL and Automatic HTTPS for node.js with hapi and other middleware systems via ACME (Let's Encrypt)",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-01 16:35:09 +00:00
|
|
|
"url": "git.daplie.com/Daplie/greenlock-hapi"
|
2017-01-18 00:02:55 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hapi",
|
|
|
|
"acme",
|
|
|
|
"cloud",
|
|
|
|
"cluster",
|
|
|
|
"free",
|
|
|
|
"greenlock",
|
|
|
|
"https",
|
|
|
|
"le",
|
|
|
|
"letsencrypt",
|
|
|
|
"multi-core",
|
|
|
|
"node",
|
|
|
|
"node.js",
|
|
|
|
"scale",
|
|
|
|
"ssl",
|
|
|
|
"tls"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
|
|
|
"license": "(MIT OR Apache-2.0)"
|
|
|
|
}
|