-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "server-ssl",
"author": "FirstTimeEZ",
"version": "50.0.2",
"description": "Node.js server that is SSL by default that can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME, including wildcard certificates",
"main": "template; do not import; read the Getting Started of the README, maybe you want to use: lets-encrypt-acme-client",
"type": "module",
"keywords": [
"server",
"ssl",
"tls",
"security",
"web",
"https",
"api",
"configurable",
"localhost",
"development",
"production",
"certificate",
"renew",
"lets",
"encrypt",
"acme",
"template"
],
"license": "Apache-2.0",
"dependencies": {
"base-acme-client": "^30.0.3",
"lets-encrypt-acme-client": "^50.0.1",
"simple-api-router": "^1.1.1",
"simple-open-ssl": "^1.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FirstTimeEZ/server-ssl.git"
},
"homepage": "https://github.com/FirstTimeEZ/server-ssl"
}