-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.21 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
50
51
52
53
54
55
{
"name": "gitbook-plugin-icp",
"version": "0.2.1",
"description": "gitbook plugin for adding icp info to footer",
"main": "index.js",
"engines": {
"gitbook": ">=2.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snowdreams1006/gitbook-plugin-icp.git"
},
"keywords": [
"gitbook-plugin-icp",
"icp",
"website",
"supervision",
"footer",
"modification"
],
"gitbook": {
"properties": {
"label": {
"type": "string",
"title": "icp label",
"required": false
},
"number": {
"type": "string",
"title": "icp number",
"required": true
},
"link": {
"type": "string",
"title": "link url",
"required": false,
"default": "https://beian.miit.gov.cn/"
},
"style": {
"type": "object",
"title": "icp number style",
"required": false
}
}
},
"author": {
"name": "snowdreams1006",
"email": "snowdreams1006@163.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/snowdreams1006/gitbook-plugin-icp/issues"
},
"homepage": "https://github.com/snowdreams1006/gitbook-plugin-icp#readme"
}