greenlock-koa.js/package.json

34 lines
739 B
JSON
Raw Permalink Normal View History

2017-01-18 00:08:42 +00:00
{
"name": "greenlock-koa",
2018-05-10 19:54:49 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-koa.js",
2019-01-17 16:52:46 +00:00
"version": "2.1.4",
2018-05-10 18:51:54 +00:00
"description": "An Automated HTTPS ACME client (Let's Encrypt v2) for Koa",
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 18:51:54 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/greenlock-koa.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",
"koa",
"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)"
}