npm init for greenlock

This commit is contained in:
Drew Warren 2017-01-17 17:08:42 -07:00
parent fd2d8d28e8
commit b4e1c72969
1 changed files with 32 additions and 0 deletions

32
package.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "greenlock-koa",
"version": "2.0.0",
"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",
"url": "git@git.daplie.com:Daplie/greenlock-koa.git"
},
"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)"
}