UNPKG

doctoc

Version:

Generates TOC for markdown files of local git repo.

42 lines (41 loc) 873 B
{ "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "name": "doctoc", "description": "Generates TOC for markdown files of local git repo.", "version": "2.4.0", "repository": { "type": "git", "url": "git://github.com/thlorenz/doctoc.git" }, "scripts": { "test": "tap", "doctoc": "node doctoc.js README.md --update-only" }, "files": [ "lib" ], "main": "doctoc.js", "bin": "doctoc.js", "dependencies": { "@textlint/markdown-to-ast": "^15.5.2", "anchor-markdown-header": "^0.8.3", "htmlparser2": "^7.2.0", "loglevel": "^1.9.2", "minimist": "^1.2.6", "update-section": "^0.3.3" }, "devDependencies": { "tap": "^21.5.0" }, "license": "MIT", "keywords": [ "github", "markdown", "documentation", "readme", "parser", "bitbucket", "gitlab", "ghost" ] }