-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "gitbook-plugin-githubcontributors",
"version": "0.2.1",
"description": "GitHub contributors for gitbook plugin",
"engines": {
"gitbook": ">=3.0.0-pre.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sta-szek/gitbook-plugin-githubcontributors.git"
},
"keywords": [
"gitbook",
"plugin",
"gitbook-plugin",
"github",
"contributors",
"stats",
"statistics"
],
"author": "sta-szek <yoyo@wp.eu> (https://github.com/sta-szek)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sta-szek/gitbook-plugin-githubcontributors/issues"
},
"homepage": "https://github.com/sta-szek/gitbook-plugin-githubcontributors#readme",
"gitbook": {
"properties": {
"githubOwner": {
"type": "string",
"description": "GitHub owner name, e.g. sta-szek",
"required": true
},
"githubRepository": {
"type": "string",
"description": "GitHub repository name, e.g. pojo-tester",
"required": true
},
"contributorWidth": {
"type": "string",
"description": "Width for contributor div e.g. 300px",
"default": "300px"
}
}
}
}