{ "name": "greenlock-storage-s3", "version": "1.1.3", "description": "S3 backed storage strategy for greenlock-express.js (and greenlock.js)", "main": "index.js", "scripts": { "test": "node ./test.js", "clean": "node ./clean.js", "coverage": "nyc --reporter=lcovonly --report-dir=./coverage npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/cderche/greenlock-storage-s3.git" }, "keywords": [ "aws", "s3", "greenlock", "greenlock-express", "express.js", "storage", "letsencrypt" ], "author": "Cyrille Derche", "license": "ISC", "bugs": { "url": "https://github.com/cderche/greenlock-storage-s3/issues" }, "homepage": "https://github.com/cderche/greenlock-storage-s3#readme", "dependencies": { "aws-sdk": "^2.451.0", "bluebird": "^3.5.4" }, "devDependencies": { "dotenv": "^8.0.0", "greenlock-store-test": "^3.0.2", "nyc": "^14.1.0" } }