-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1010 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": "letsencrypt-cli",
"version": "1.0.4",
"description": "CLI for node-letsencrypt modeled after the official client",
"main": "index.js",
"bin": {
"letsencrypt": "bin/letsencrypt.js",
"letsencrypt-node": "bin/letsencrypt.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Daplie/node-letsencrypt-cli.git"
},
"keywords": [
"node",
"nodejs",
"acme",
"boulder",
"letsencrypt",
"le",
"ssl",
"https",
"tls",
"free"
],
"author": "AJ ONeal <[email protected]> (https://daplie.com)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/Daplie/node-letsencrypt-cli/issues"
},
"homepage": "https://github.com/Daplie/node-letsencrypt-cli",
"dependencies": {
"cli": "^0.11.1",
"homedir": "^0.6.0",
"letsencrypt": "^1.3.0",
"localhost.daplie.com-certificates": "^1.1.2",
"mkdirp": "^0.5.1"
}
}