forked from schwamster/serverless-certificate-creator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 815 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
{
"name": "serverless-certificate-creator",
"version": "1.5.3",
"description": "creates a certificate that can be used for custom domains for your api gateway",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "schwamster",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.320.0",
"chalk": "^2.4.2",
"delay": "^4.3.0",
"mkdirp": "^1.0.4",
"semver": "^7.3.4",
"yamljs": "^0.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/schwamster/serverless-certificate-creator.git"
},
"bugs": {
"url": "https://github.com/schwamster/serverless-certificate-creator/issues"
},
"homepage": "https://github.com/schwamster/serverless-certificate-creator#readme"
}