-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.75 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
{
"name": "gitbook-plugin-google-tongji-with-multiple-channel",
"version": "0.0.2",
"description": "GitBook plugin that use Google Analytics to analyze website traffic, support for independent analysis of multiple channels, a source code deployed in multiple independent analysis.",
"main": "index.js",
"engines": {
"gitbook": ">=2.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snowdreams1006/gitbook-plugin-google-tongji-with-multiple-channel.git"
},
"keywords": [
"gitbook-plugin-google-tongji-with-multiple-channel",
"gitbook-plugin",
"google-tongji-with-multiple-channel",
"google-tongji",
"tongji",
"google-analytics",
"analytics"
],
"gitbook": {
"properties": {
"token": {
"description": "Google Analytics token",
"required": false,
"type": "string"
},
"url": {
"description": "Google Analytics Url",
"default": "https://www.googletagmanager.com/gtag/js",
"required": false,
"type": "string"
},
"multipleChannelConfig": {
"description": "Google Analytics Multi-channel Configuration",
"required": false,
"type": "object"
}
}
},
"author": {
"name": "snowdreams1006",
"email": "snowdreams1006@163.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/snowdreams1006/gitbook-plugin-google-tongji-with-multiple-channel/issues"
},
"homepage": "https://snowdreams1006.github.io/gitbook-plugin-google-tongji-with-multiple-channel/"
}