From a33684dca80caa620ef263273de6a047585eaeb7 Mon Sep 17 00:00:00 2001 From: Cyrille Date: Wed, 8 May 2019 17:26:08 +0100 Subject: [PATCH] Created package.json --- package.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c5cdf97 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "greenlock-challenge-s3", + "version": "1.0.0", + "description": "S3 backed challenge strategy for greenlock-express.js (and greenlock.js)", + "main": "index.js", + "scripts": { + "test": "node ./test.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/cderche/greenlock-challenge-s3.git" + }, + "keywords": [ + "aws", + "s3", + "greenlock", + "greenlock-express", + "express.js", + "storage", + "letsencrypt" + ], + "author": "Cyrille Derche", + "license": "ISC", + "bugs": { + "url": "https://github.com/cderche/greenlock-challenge-s3/issues" + }, + "homepage": "https://github.com/cderche/greenlock-challenge-s3#readme" +}