{
  "license": "MIT",
  "version": "0.9.0",
  "name": "markdown-it-table-of-contents",
  "main": "index.js",
  "scripts": {
    "test": "mocha test --recursive"
  },
  "engines": {
    "node": ">6.4.0"
  },
  "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",
    "mocha": "~11.0.1"
  }
}
