From ef26fe59dd161748f64f6775202884e05afdb040 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 11 Aug 2016 02:48:24 -0400 Subject: [PATCH] add package.json --- package.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..5435b64 --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "le-sni-auto", + "version": "2.0.0", + "description": "An auto-sni strategy for registering and renewing letsencrypt certificates using SNICallback", + "main": "index.js", + "dependencies": { + "bluebird": "^3.4.1" + }, + "devDependencies": {}, + "scripts": { + "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Daplie/le-sni-auto.git" + }, + "keywords": [ + "le-sni", + "le-sni-", + "auto-sni", + "sni-auto", + "SNICallback", + "letsencrypt", + "certbot" + ], + "author": "AJ ONeal (https://coolaj86.com/)", + "license": "(MIT OR Apache-2.0)", + "bugs": { + "url": "https://github.com/Daplie/le-sni-auto/issues" + }, + "homepage": "https://github.com/Daplie/le-sni-auto#readme" +}