UNPKG

markdown-it-wiki-toc

Version:
31 lines 827 B
{ "name": "markdown-it-wiki-toc", "version": "1.0.4", "description": "Markdown-it plugin to add Wiki style Table Of Contents", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha test/*.js --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/peoplefund-tech/markdown-it-wiki-toc.git" }, "keywords": [ "markdown", "markdown-it", "markdown-it-plugin", "markdown-it-wiki", "markdown-it-toc" ], "author": "Dongho Yu", "license": "MIT", "bugs": { "url": "https://github.com/peoplefund-tech/markdown-it-wiki-toc/issues" }, "homepage": "https://github.com/peoplefund-tech/markdown-it-wiki-toc#readme", "devDependencies": { "markdown-it": "^8.4.2", "markdown-it-testgen": "^0.1.4", "mocha": "^5.2.0" } }