forked from rolodato/gitlab-letsencrypt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 897 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
{
"name": "gitlab-letsencrypt",
"version": "1.0.1",
"description": "Generate a Let's Encrypt certificate for GitLab.com hosted pages",
"main": "index.js",
"bin": {
"gitlab-le": "./index.js"
},
"dependencies": {
"bluebird": "3.4.1",
"letiny-core": "1.0.5",
"ms": "0.7.1",
"read": "1.0.7",
"request-promise": "4.0.0",
"xtend": "4.0.1",
"yargs": "4.8.1"
},
"devDependencies": {
"eslint": "3.1.0"
},
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolodato/gitlab-letsencrypt.git"
},
"keywords": [
"letsencrypt",
"gitlab"
],
"author": "Rodrigo López Dato <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rolodato/gitlab-letsencrypt/issues"
},
"homepage": "https://github.com/rolodato/gitlab-letsencrypt#readme"
}