-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.1 KB
/
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
43
44
45
46
47
48
49
{
"name": "gitlab-letsencrypt-hexo",
"version": "1.0.3",
"description": "Generate a Let's Encrypt certificate for GitLab.com hosted pages",
"main": "index.js",
"bin": {
"gitlab-le-hexo": "./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/zongren/gitlab-letsencrypt-hexo.git"
},
"keywords": [
"letsencrypt",
"gitlab",
"hexo"
],
"author": {
"name": "zongren",
"email": "[email protected]",
"url": "https://zongren.me"
},
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/zongren/gitlab-letsencrypt-hexo/master/LICENSE"
},
"bugs": {
"url": "https://github.com/zongren/gitlab-letsencrypt-hexo/issues"
},
"homepage": "https://github.com/zongren/gitlab-letsencrypt-hexo#readme",
"engines": {
"node": ">=6.3.0"
}
}