-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.07 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "lets-encrypt-acme-client",
"author": "FirstTimeEZ",
"version": "50.0.1",
"description": "Automatically Create and Renew LetsEncrypt! SSL Certificates, including Wildcard Certificates for supported DNS Providers",
"main": "lets-encrypt-acme-client.js",
"type": "module",
"keywords": [
"lets",
"encrypt",
"acme",
"certificate",
"automatic",
"acme-v2",
"renew",
"daemon",
"mixin",
"ssl",
"tls",
"security",
"web",
"https",
"automation",
"open-source",
"devops",
"client",
"challenge",
"http-01",
"dns",
"api",
"configuration",
"monitoring",
"http",
"redirect",
"dns-01",
"wild",
"card",
"wildcard",
"cloud",
"flare",
"cloudflare"
],
"license": "Apache-2.0",
"dependencies": {
"base-acme-client": "^30.0.3",
"simple-asn1": "^4.0.1",
"simple-open-ssl": "^1.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FirstTimeEZ/acme.git"
},
"homepage": "https://github.com/FirstTimeEZ/server-ssl"
}