-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 855 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
{
"name": "le-tls-sni",
"version": "0.1.4",
"description": "Module for use with node-letsencrypt to generate certificates to satisfy tls-sni-01 and tls-sni-02 ACME challenges.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/insightfuls/le-tls-sni.git"
},
"keywords": [
"tls",
"sni",
"tls-sni",
"tls-sni-",
"tls-sni-01",
"tls-sni-02",
"ACME",
"letsencrypt",
"certbot"
],
"author": "Ben Schmidt",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/insightfuls/le-tls-sni/issues"
},
"homepage": "https://github.com/insightfuls/le-tls-sni#readme",
"dependencies": {
"node-forge": "^0.6.43",
"rsa-compat": "^1.2.7"
},
"devDependencies": {
"certpem": "^1.0.1"
}
}