2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-10 23:46:31 +00:00
acme-http-01-s3.js/package.json
2019-05-08 17:26:08 +01:00

29 lines
684 B
JSON

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