forked from antonlegoo/gitbook-plugin-theme-gestalt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
52
53
54
{
"name": "gitbook-plugin-theme-gestalt",
"description": "A configurable theme for GitBook",
"main": "./index.js",
"version": "1.0.3",
"engines": {
"gitbook": ">=3.0.0"
},
"devDependencies": {
"browser-sync": "^2.18.12",
"browserify": "13.1.0",
"font-awesome": "4.6.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-exec": "^2.1.3",
"gulp-ignore": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"jquery": "3.1.1",
"merge-stream": "^1.0.1"
},
"scripts": {
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/antonlegoo/gitbook-plugin-theme-gestalt"
},
"author": "Anton Legoo <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/antonlegoo/gitbook-plugin-theme-gestalt/issues"
},
"gitbook": {
"properties": {
"styles": {
"type": "object",
"title": "Custom Stylesheets",
"properties": {
"website": {
"title": "Stylesheet for website output",
"default": "styles/website.css"
}
}
},
"showLevel": {
"type": "boolean",
"title": "Show level indicator in TOC",
"default": false
}
}
}
}