forked from rolodato/gitlab-letsencrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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": "gitlab-letsencrypt",
"version": "3.1.1-al",
"description": "Generate a Let's Encrypt certificate for GitLab.com hosted pages",
"main": "index.js",
"bin": {
"gitlab-le": "./index.js"
},
"dependencies": {
"bluebird": "3.5.0",
"le-acme-core": "https://github.com/rolodato/le-acme-core#semver:2.1.0",
"ms": "2.0.0",
"node-forge": "0.7.1",
"request": "2.81.0",
"request-promise": "4.2.1",
"rsa-compat": "1.2.7",
"xtend": "4.0.1",
"yargs": "8.0.1"
},
"devDependencies": {
"dotenv-safe": "4.0.4",
"eslint": "3.19.0"
},
"scripts": {
"test": "eslint . && cd test && node jekyll.js && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolodato/gitlab-letsencrypt.git"
},
"keywords": [
"letsencrypt",
"gitlab"
],
"author": "Rodrigo López Dato <rolodato@rolodato.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rolodato/gitlab-letsencrypt/issues"
},
"homepage": "https://github.com/rolodato/gitlab-letsencrypt#readme",
"engines": {
"node": ">=8.0.0"
}
}