forked from pariveda-serverless/aws-certbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 1.26 KB
/
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
{
"name": "aws-certbot",
"version": "1.0.0",
"description": "- Templates for creating a new Serverless Framework Service. - Fork, clone, or download this repository and the corresponding security repository [aws-certbot-security](https://github.com/pariveda-serverless/aws-certbot-security)to get started. - Then edit all the todo's in the `serverless.yml` and `buildspec.yml`. - Look at [support](https://github.com/pariveda-serverless/support/tree/master/create-new-service) for more details on creating a new serverless service",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Jack Warner",
"license": "UNLICENSED",
"dependencies": {
"aws-sdk": "latest",
"axios": "^0.18.1",
"cheerio": "^1.0.0-rc.2",
"epsagon": "^1.4.0",
"json2csv": "^3.7.3",
"lambda-log-timer": "*",
"lambda-log-wrapper": "*",
"moment": "^2.22.0",
"pg": "^7.5.0",
"pg-pool": "^2.0.3",
"querystring": "^0.2.0",
"request": "^2.88.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pariveda-serverless/aws-certbot.git"
},
"bugs": {
"url": "https://github.com/pariveda-serverless/aws-certbot/issues"
},
"homepage": "https://github.com/pariveda-serverless/aws-certbot#readme"
}