From 135c06900bac4600d1255e46bd8539a212efd395 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 12 Aug 2016 03:05:34 -0400 Subject: [PATCH] v2.0.0 --- package.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b2a0838 --- /dev/null +++ b/package.json @@ -0,0 +1,42 @@ +{ + "name": "letsencrypt-cluster", + "version": "2.0.0", + "description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines", + "main": "index.js", + "directories": { + "example": "examples" + }, + "dependencies": { + "le-sni-auto": "^2.0.1", + "letsencrypt": "^2.0.4", + "localhost.daplie.com-certificates": "^1.2.3", + "redirect-https": "^1.1.0" + }, + "devDependencies": {}, + "scripts": { + "test": "node examples/serve.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Daplie/letsencrypt-cluster.git" + }, + "keywords": [ + "cluster", + "multi-core", + "cloud", + "scale", + "free", + "ssl", + "https", + "tls", + "letsencrypt", + "node", + "node.js" + ], + "author": "AJ ONeal (https://coolaj86.com/)", + "license": "(MIT OR Apache-2.0)", + "bugs": { + "url": "https://github.com/Daplie/letsencrypt-cluster/issues" + }, + "homepage": "https://github.com/Daplie/letsencrypt-cluster#readme" +}