gitbook-plugin-ancre-navigation
Version:
Supports two navigation mode, title, anchor effect is the default theme, style, follow the website
83 lines (82 loc) • 1.9 kB
JSON
{
"name": "gitbook-plugin-ancre-navigation",
"version": "1.0.0",
"description": "Supports two navigation mode, title, anchor effect is the default theme, style, follow the website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomas88100/gitbook-plugin-ancre-navigation.git"
},
"keywords": [
"gitbook",
"plugin",
"anchor-navigation-ex",
"ex"
],
"author": "EHRHARD Thomas",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/thomas88100/gitbook-plugin-ancre-navigation/issues"
},
"homepage": "https://github.com/thomas88100/gitbook-plugin-ancre-navigation#readme",
"dependencies": {
"cheerio": "*",
"github-slugid": "1.0.1",
"colors": "^1.1.2"
},
"engines": {
"gitbook": ">=3.0.0"
},
"gitbook": {
"properties": {
"showLevel": {
"type": "boolean",
"default": true,
"title": ""
},
"associatedWithSummary": {
"type": "boolean",
"default": true,
"title": ""
},
"mode": {
"type": "string",
"default": "float",
"title": ""
},
"printLog": {
"type": "boolean",
"default": false,
"title": ""
},
"multipleH1": {
"type": "boolean",
"default": true,
"title": ""
},
"float": {
"type": "object",
"default": {
"showLevelIcon": false,
"level1Icon": "",
"level2Icon": "",
"level3Icon": ""
},
"title": ""
},
"pageTop": {
"type": "object",
"default": {
"showLevelIcon": false,
"level1Icon": "",
"level2Icon": "",
"level3Icon": ""
},
"title": ""
}
}
}
}