-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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-books",
"description": "综合性的一个插件",
"main": "index.js",
"version": "1.0.25",
"engines": {
"gitbook": ">=3.0.0"
},
"homepage": "https://github.com/liushilive/gitbook-plugin-books",
"repository": {
"type": "git",
"url": "https://github.com/liushilive/gitbook-plugin-books.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/liushilive/gitbook-plugin-books/issues"
},
"keywords": [
"books",
"gitbook",
"math",
"mermaid",
"plantuml",
"code",
"prism",
"公式",
"KaTeX",
"流程图",
"高亮",
"github",
"悬浮",
"sec",
"import"
],
"gitbook": {
"properties": {
"prism_themes": {
"type": "string",
"default": "prismjs/themes/prism-okaidia.css",
"title": "代码高亮主题样式"
},
"github_url": {
"type": "string",
"default": null,
"title": "需要连接GitHub页面地址"
}
}
}
}