2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-11-08 16:04:42 +00:00
acme-http-01-s3.js/package.json

39 lines
962 B
JSON
Raw Permalink Normal View History

2019-05-08 17:26:08 +01:00
{
"name": "greenlock-challenge-s3",
2019-05-09 22:25:24 +01:00
"version": "1.1.0",
2019-05-08 17:26:08 +01:00
"description": "S3 backed challenge strategy for greenlock-express.js (and greenlock.js)",
"main": "index.js",
"scripts": {
2019-05-08 17:27:54 +01:00
"clean": "node ./clean.js",
2019-05-09 12:32:22 +01:00
"test": "node ./test.js",
2019-05-09 13:12:07 +01:00
"coverage": "nyc --reporter=lcovonly --report-dir=./coverage npm run test"
2019-05-08 17:26:08 +01:00
},
"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"
},
2019-05-08 17:29:24 +01:00
"homepage": "https://github.com/cderche/greenlock-challenge-s3#readme",
"devDependencies": {
2019-05-08 17:43:45 +01:00
"dotenv": "^8.0.0",
2019-05-09 12:32:22 +01:00
"greenlock-challenge-test": "^3.0.2",
"nyc": "^14.1.0"
2019-05-08 17:30:52 +01:00
},
"dependencies": {
2019-05-09 22:27:31 +01:00
"aws-sdk": "^2.452.0"
2019-05-08 17:29:24 +01:00
}
2019-05-08 17:26:08 +01:00
}