{ "name": "gitbook-plugin-theme-gestalt", "description": "A configurable theme for GitBook", "main": "./index.js", "version": "1.0.6", "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", "mousetrap": "^1.6.1" }, "scripts": { "prepublish": "gulp build" }, "repository": { "type": "git", "url": "https://github.com/antonlegoo/gitbook-plugin-theme-gestalt" }, "author": "Anton Legoo ", "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 } } } }