greenlock-koa.js/package.json

33 lines
703 B
JSON
Raw Normal View History

2017-01-18 00:08:42 +00:00
{
"name": "greenlock-koa",
2017-04-14 17:31:12 +00:00
"version": "2.0.4",
2017-01-18 00:08:42 +00:00
"description": "Free SSL and Automatic HTTPS for node.js with KOA 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-04-14 17:31:08 +00:00
"url": "git+https://git.daplie.com/Daplie/greenlock-koa.git"
2017-01-18 00:08:42 +00:00
},
"keywords": [
"acme",
"cloud",
"cluster",
"free",
"greenlock",
"https",
"koa",
"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)"
}