rittenhop-ghost/versions/5.94.2/node_modules/markdown-it-lazy-headers/package.json

33 lines
745 B
JSON

{
"name": "markdown-it-lazy-headers",
"version": "0.1.3",
"description": "Lazy ATX headers plugin for markdown-it",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Galadirith/markdown-it-lazy-headers"
},
"keywords": [
"markdown-it",
"markdown-it-plugin",
"markdown"
],
"author": "Galadirith",
"license": "MIT",
"bugs": {
"url": "https://github.com/Galadirith/markdown-it-lazy-headers/issues"
},
"homepage": "https://github.com/Galadirith/markdown-it-lazy-headers",
"devDependencies": {
"markdown-it": "^4.4.0",
"markdown-it-testgen": "^0.1.4",
"mocha": "^2.3.0"
}
}