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
|
{
"name": "https-pem",
"version": "2.0.0",
"description": "Self-signed PEM key and certificate ready for use in your HTTPS server",
"main": "index.js",
"scripts": {
"postinstall": "node install.js",
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/https-pem.git"
},
"keywords": [
"tls",
"https",
"pem",
"key",
"keys",
"cert",
"certificate",
"selfsigned",
"self-signed",
"development",
"options",
"server"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/https-pem/issues"
},
"homepage": "https://github.com/watson/https-pem#readme",
"dependencies": {
"selfsigned": "^1.10.1"
},
"devDependencies": {
"standard": "^10.0.2"
},
"coordinates": [
55.7774667,
12.5906882
]
}
|