2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-10 15:36:33 +00:00

Created package.json

This commit is contained in:
Cyrille 2019-05-08 17:26:08 +01:00
parent 6a2f552cff
commit a33684dca8

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"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"
}