@doneproperly/gitbook-plugin-theme-doneproperly-default
Version:
Default theme for GitBook
85 lines (84 loc) • 2.34 kB
JSON
{
"name": "@doneproperly/gitbook-plugin-theme-doneproperly-default",
"description": "Default theme for GitBook",
"main": "./index.js",
"version": "0.0.0",
"engines": {
"gitbook": ">=3.0.0"
},
"dependencies": {},
"devDependencies": {
"browserify": "13.1.0",
"eslint": "3.6.1",
"font-awesome": "4.6.3",
"preboot": "git+https://github.com/mdo/preboot.git#4aab4edd85f076d50609cbe28e4fe66cc0771701",
"gitbook-logos": "git+https://github.com/GitbookIO/logos.git#2.0.2",
"gitbook-markdown-css": "1.0.1",
"jquery": "3.1.1",
"less": "2.7.1",
"less-plugin-clean-css": "1.5.1",
"mousetrap": "1.6.0",
"uglify-js": "2.7.3"
},
"scripts": {
"prepublish": "./src/build.sh"
},
"repository": {
"type": "git",
"url": "https://gitlab.doneproperly.io/doneproperly/theme-gitbook-default.git"
},
"author": "Done Properly Group Ltd <contact@doneproperly.group>",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.doneproperly.io/doneproperly/theme-gitbook-default/issues"
},
"contributors": [
{
"name": "Craig Gardener",
"email": "craig@doneproperly.group"
},
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
}
],
"gitbook": {
"properties": {
"styles": {
"type": "object",
"title": "Custom Stylesheets",
"properties": {
"website": {
"title": "Stylesheet for website output",
"default": "styles/website.css"
},
"pdf": {
"title": "Stylesheet for PDF output",
"default": "styles/pdf.css"
},
"epub": {
"title": "Stylesheet for ePub output",
"default": "styles/epub.css"
},
"mobi": {
"title": "Stylesheet for Mobi output",
"default": "styles/mobi.css"
},
"ebook": {
"title": "Stylesheet for ebook outputs (PDF, ePub, Mobi)",
"default": "styles/ebook.css"
},
"print": {
"title": "Stylesheet to replace default ebook css",
"default": "styles/print.css"
}
}
},
"showLevel": {
"type": "boolean",
"title": "Show level indicator in TOC",
"default": true
}
}
}
}