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" +}