markdown-it-table-of-contents
Version:
A Markdown-it plugin for adding a table of contents to markdown documents
43 lines (42 loc) • 1.1 kB
JSON
{
"license": "MIT",
"version": "1.2.0",
"name": "markdown-it-table-of-contents",
"main": "index.js",
"module": "index.mjs",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}
},
"scripts": {
"test": "node --test test/modules/test.js"
},
"description": "A Markdown-it plugin for adding a table of contents to markdown documents",
"homepage": "https://github.com/cmaas/markdown-it-table-of-contents",
"keywords": [
"markdown",
"markdown-it",
"toc",
"table of contents",
"markdown-it-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/cmaas/markdown-it-table-of-contents.git"
},
"bugs": {
"url": "https://github.com/cmaas/markdown-it-table-of-contents/issues"
},
"author": "Chris Maas <https://github.com/cmaas>",
"contributors": [
"Listed at <https://github.com/martinlissmyr/markdown-it-table-of-contents/contributors>",
"Original author: Martin Lissmyr <https://github.com/martinlissmyr>"
],
"devDependencies": {
"markdown-it": "14.1.0",
"markdown-it-anchor": "9.2.0",
"markdown-it-attrs": "4.3.1"
}
}