2019-05-08 09:52:09 +00:00
|
|
|
{
|
|
|
|
"name": "greenlock-storage-s3",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "S3 backed storage strategy for greenlock-express.js (and greenlock.js)",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-05-08 11:04:12 +00:00
|
|
|
"test": "node ./test.js",
|
2019-05-09 07:56:33 +00:00
|
|
|
"clean": "node ./clean.js",
|
2019-05-09 12:20:16 +00:00
|
|
|
"coverage": "nyc --reporter=lcovonly --report-dir=./coverage npm run test"
|
2019-05-08 09:52:09 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2019-05-08 11:19:12 +00:00
|
|
|
"homepage": "https://github.com/cderche/greenlock-storage-s3#readme",
|
|
|
|
"dependencies": {
|
2019-05-08 13:05:05 +00:00
|
|
|
"aws-sdk": "^2.451.0",
|
2019-05-09 12:20:16 +00:00
|
|
|
"bluebird": "^3.5.4"
|
2019-05-08 11:19:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-08 13:05:05 +00:00
|
|
|
"dotenv": "^8.0.0",
|
2019-05-09 08:21:05 +00:00
|
|
|
"greenlock-store-test": "^3.0.2",
|
|
|
|
"nyc": "^14.1.0"
|
2019-05-08 11:19:12 +00:00
|
|
|
}
|
2019-05-08 09:52:09 +00:00
|
|
|
}
|