forked from cyri113/greenlock-challenge-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}