greenlock-hapi.js/package.json

34 lines
744 B
JSON
Raw Permalink Normal View History

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