diff --git a/package.json b/package.json new file mode 100644 index 0000000..a53b28c --- /dev/null +++ b/package.json @@ -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 (https://daplie.com/)", + "license": "(MIT OR Apache-2.0)" +}