doctoc
Version:
Generates TOC for markdown files of local git repo.
42 lines (41 loc) • 917 B
JSON
{
"author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"name": "doctoc",
"description": "Generates TOC for markdown files of local git repo.",
"version": "2.3.0",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/doctoc.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done",
"doctoc": "node doctoc.js README.md --update-only"
},
"files": [
"lib"
],
"main": "doctoc.js",
"bin": "doctoc.js",
"dependencies": {
"@textlint/markdown-to-ast": "^12.1.1",
"anchor-markdown-header": "^0.8.2",
"htmlparser2": "^7.2.0",
"minimist": "^1.2.6",
"underscore": "^1.13.2",
"update-section": "^0.3.3"
},
"devDependencies": {
"tap": "^16.0.1"
},
"license": "MIT",
"keywords": [
"github",
"markdown",
"documentation",
"readme",
"parser",
"bitbucket",
"gitlab",
"ghost"
]
}