Skip to content

Commit f4e2a62

Browse files
committed
server-ssl.js
add version information to output create npm package with provenance so you can use it to download the files and recieve updates
1 parent debeccb commit f4e2a62

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

package.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,37 @@
11
{
22
"name": "server-ssl",
33
"author": "FirstTimeEZ",
4-
"version": "31.0.6",
4+
"version": "31.0.7",
55
"description": "Configurable SSL Server that runs on Node.js which can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME",
66
"main": "server-ssl.js",
77
"type": "module",
8+
"keywords": [
9+
"server",
10+
"ssl",
11+
"tls",
12+
"security",
13+
"web",
14+
"https",
15+
"api",
16+
"configurable",
17+
"localhost",
18+
"development",
19+
"production",
20+
"certificate",
21+
"renew",
22+
"lets",
23+
"encrypt",
24+
"acme",
25+
"template"
26+
],
827
"license": "Apache-2.0",
928
"dependencies": {
1029
"lets-encrypt-acme-client": "^4.0.4",
1130
"simple-api-router": "^1.1.1"
1231
},
1332
"repository": {
1433
"type": "git",
15-
"url": "git+https://github.com/FirstTimeEZ/server-ssl"
34+
"url": "git+https://github.com/FirstTimeEZ/server-ssl.git"
1635
},
1736
"homepage": "https://github.com/FirstTimeEZ/server-ssl"
1837
}

0 commit comments

Comments
 (0)