markdown-it-named-headings
Version:
Add IDs to heading elements in markdown-it
35 lines (34 loc) • 833 B
JSON
{
"name": "markdown-it-named-headings",
"description": "Add IDs to heading elements in markdown-it",
"version": "1.1.0",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bugs": {
"url": "https://github.com/rstacruz/markdown-it-named-headings/issues"
},
"dependencies": {
"lodash.kebabcase": "4.0.1",
"unidecode": "^0.1.8"
},
"devDependencies": {
"ava": "0.14.0",
"chokidar": "^1.4.3",
"markdown-it": "6.0.1"
},
"homepage": "https://github.com/rstacruz/markdown-it-named-headings#readme",
"keywords": [
"headings",
"markdown",
"markdown-it"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/markdown-it-named-headings.git"
},
"scripts": {
"test": "ava",
"tdd": "ava --watch"
}
}