forked from GitbookIO/plugin-github
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 862 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
{
"name": "gitbook-plugin-gitlab",
"version": "2.0.0-1",
"description": "Display a link to your Gitlab repo in your gitbook",
"main": "index.js",
"authors": [
{
"name": "Michael Jackson"
},
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
},
{
"name": "Chathu Vishwajith",
"email": "iam@chathu.me"
}
],
"repository": {
"type": "git",
"url": "https://github.com/iamchathu/gitbook-plugin-gitlab.git"
},
"license": "Apache-2.0",
"engines": {
"gitbook": ">=2.5.0"
},
"gitbook": {
"properties": {
"url": {
"type": "string",
"required": true,
"title": "URL to your GitLab repository"
}
}
}
}