-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (57 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (57 loc) · 1.36 KB
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
56
57
58
{
"name": "gitbook-plugin-statistics",
"version": "v1.0.21",
"description": "Gitbook 数据统计插件",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/xzghua/gitbook-plugin-statistics.git"
},
"keywords": ["gitbook", "plugin", "baidu", "cnzz", "statistics"],
"author": "xzghua",
"license": "MIT",
"bugs": {
"url": "https://github.com/xzghua/gitbook-plugin-statistics/issues"
},
"homepage": "https://github.com/xzghua/gitbook-plugin-statistics#readme",
"engines": {
"gitbook": "*"
},
"gitbook": {
"properties": {
"bd_token": {
"description": "百度统计的token",
"required": false,
"type": "string"
},
"bd_url": {
"description": "百度统计js地址",
"default":"https://hm.baidu.com/hm.js",
"required": false,
"type": "string"
},
"cnzz_id": {
"description": "cnzz统计参数里的id",
"required": false,
"type": "int"
},
"cnzz_url": {
"description": "cnzz统计js地址",
"default":"https://s95.cnzz.com/z_stat.php",
"required": false,
"type": "string"
},
"google_url": {
"description": "google分析js地址",
"default":"https://www.googletagmanager.com/gtag/js",
"required": false,
"type": "string"
},
"google_id": {
"description": "google分析跟踪ID",
"required": false,
"type": "string"
}
}
}
}