-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 872 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
39
40
41
42
{
"name": "base-acme-client",
"author": "FirstTimeEZ",
"version": "30.0.3",
"description": "Implementation of the Automatic Certificate Management Environment in Javascript (RFC8555)",
"main": "base-acme-client.js",
"type": "module",
"keywords": [
"rfc8555",
"acme-ari-07",
"automatic",
"certificate",
"management",
"environment",
"post-as-get",
"replay-nonce",
"acme",
"acme-v2",
"ssl",
"tls",
"security",
"web",
"https",
"client",
"challenge",
"http-01",
"dns",
"ari",
"renewal",
"information",
"extension"
],
"license": "Apache-2.0",
"dependencies": {
"simple-csr-generator": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FirstTimeEZ/base-acme.git"
},
"homepage": "https://github.com/FirstTimeEZ/server-ssl"
}