gitbook-plugin-theme-bandwidth
Version:
Bandwidth Theme for GitBook
68 lines (67 loc) • 1.54 kB
JSON
{
"name": "gitbook-plugin-theme-bandwidth",
"description": "Bandwidth Theme for GitBook",
"version": "1.9.16",
"engines": {
"gitbook": ">=3.0.4"
},
"dependencies": {
"cheerio": "0.20.0",
"gitbook-plugin-search": ">=2.0.0",
"lodash": "4.17.15",
"q": "1.4.1",
"q-plus": "0.0.8"
},
"devDependencies": {
"eslint": "6.6.0",
"less": "2.7.2",
"less-plugin-clean-css": "^1.5.1",
"preboot": "git+https://github.com/mdo/preboot.git#4aab4edd85f076d50609cbe28e4fe66cc0771701",
"uglify-js": "2.6.1"
},
"scripts": {
"prepublish": "./src/build.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Bandwidth/docs-theme"
},
"author": "FriendCode Inc. <contact@gitbook.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Bandwidth/docs-theme/issues"
},
"contributors": [
{
"name": "Johan Preynat",
"email": "johan@gitbook.com"
},
{
"name": "Dan Tolbert",
"email": "dtolb@bandwidth.com"
}
],
"gitbook": {
"properties": {
"languages": {
"type": "array",
"description": "List of languages code snippets",
"default": []
},
"split": {
"type": "boolean",
"description": "Initial layout for this documentation",
"default": true
},
"theme": {
"type": "string",
"default": "light",
"title": "Default theme",
"enum": [
"light",
"dark"
]
}
}
}
}