forked from bigeyex/gitbook-plugin-theme-rtd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 802 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
{
"name": "gitbook-plugin-theme-rtd",
"description": "A port of Read the Docs theme for GitBook",
"main": "./index.js",
"version": "0.3.3",
"engines": {
"gitbook": ">=3.0.0"
},
"dependencies": {},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/bigeyex/gitbook-plugin-theme-rtd.git"
},
"author": "Bigeyex <bigeyex@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bigeyex/gitbook-plugin-theme-rtd/issues"
},
"contributors": [
{
"name": "bigeyex",
"email": "bigeyex@gmail.com"
},
{
"name": "readthedocs.org",
"email": "dev@readthedocs.org"
},
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
}
],
"gitbook": {
}
}