{ "name": "greenlock-challenge-s3", "version": "1.1.1", "description": "S3 backed challenge strategy for greenlock-express.js (and greenlock.js)", "main": "index.js", "scripts": { "clean": "node ./clean.js", "test": "node ./test.js", "coverage": "nyc --reporter=lcovonly --report-dir=./coverage npm run test" }, "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", "devDependencies": { "dotenv": "^8.0.0", "greenlock-challenge-test": "^3.0.2", "nyc": "^14.1.0" }, "dependencies": { "aws-sdk": "^2.452.0" } }