gitbook-plugin-anchors
Version:
Add Github style heading anchors to your Gitbook
24 lines (23 loc) • 657 B
JSON
{
"name": "gitbook-plugin-anchors",
"description": "Add Github style heading anchors to your Gitbook",
"main": "index.js",
"version": "0.7.1",
"license": "Apache-2.0",
"author": "Bo Marchman <bo.marchman@gmail.com>",
"engines": {
"gitbook": ">=2.5.0"
},
"homepage": "https://github.com/rlmv/gitbook-plugin-anchors",
"repository": {
"type": "git",
"url": "https://github.com/rlmv/gitbook-plugin-anchors.git"
},
"bugs": {
"url": "https://github.com/rlmv/gitbook-plugin-anchors/issues"
},
"dependencies": {
"cheerio": "*",
"github-slugid": "1.0.1"
}
}