-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.16 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": "gitbook-plugin-insert-logo-link-style",
"description": "GitBook Plugin to insert logo image with link into the navigation above search input.",
"version": "1.0.3",
"keywords": [
"gitbook",
"plugin",
"insert-logo",
"logo",
"github"
],
"main": "index.js",
"author": {
"name": "zeroone",
"email": "zeroone@126.com"
},
"readme": "GitBook Plugin to insert logo image with link into the navigation above search input.",
"engines": {
"gitbook": ">1.x.x"
},
"gitbook": {
"properties": {
"src": {
"type": "string",
"default": "http://www.example.com/logo.png",
"title": "Logo Image URL"
},
"style": {
"type": "string",
"default": "background: none;",
"title": "Custom CSS"
},
"link": {
"type": "string",
"default": "http://www.example.com",
"title": "Logo Link URL"
},
"target": {
"type": "string",
"default": "",
"title": "Target for the link"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeroone/gitbook-plugin-insert-logo-link-style"
}
}