greenlock-rill.js/package.json

34 lines
744 B
JSON
Raw Permalink Normal View History

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