UNPKG

gitbook-plugin-theme-synapse

Version:

Synapse theme for GitBook

48 lines (47 loc) 1.19 kB
{ "name": "gitbook-plugin-theme-synapse", "description": "Synapse theme for GitBook", "main": "./index.js", "version": "0.0.17", "engines": { "gitbook": ">=3.0.0" }, "dependencies": {}, "devDependencies": { "browserify": "13.0.0", "eslint": "2.7.0", "font-awesome": "4.5.0", "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": "2.1.4", "less": "2.6.0", "less-plugin-clean-css": "1.5.1", "mousetrap": "1.5.3", "uglify-js": "2.6.1" }, "scripts": { "prepublish": "./src/build.sh" }, "author": "Link Value", "license": "MIT", "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 } } } }