forked from GitbookIO/plugin-ga
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 998 Bytes
/
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
{
"name": "gitbook-plugin-adsense",
"description": "Google Adsense tracking for your GitBook",
"main": "index.js",
"version": "1.0.3",
"engines": {
"gitbook": ">=2.5.1"
},
"homepage": "https://github.com/Vufuzi/plugin-google-adsense",
"repository": {
"type": "git",
"url": "https://github.com/Vufuzi/plugin-google-adsense.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Vufuzi/plugin-google-adsense/issues"
},
"gitbook": {
"properties": {
"client": {
"type": "string",
"title": "Google Adsense client id",
"required": true
},
"slot": {
"type": "string",
"title": "Google Adsense slot id",
"required": true
},
"format": {
"type": "string",
"title": "Google Adsense format type",
"required": true
},
"element": {
"type": "string",
"title": "Element to append the ad to",
"required": false
}
}
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-tidal": "^1.1.3"
}
}