markdown-title
Version:
Parse title from Markdown content
32 lines (31 loc) • 570 B
JSON
{
"name": "markdown-title",
"version": "1.0.2",
"description": "Parse title from Markdown content",
"keywords": [
"markdown",
"md",
"title",
"heading",
"h1",
"parse",
"extract"
],
"license": "MIT",
"homepage": "https://github.com/phortuin/markdown-title",
"author": {
"name": "Anne Fortuin",
"url": "phortuin.nl"
},
"repository": "phortuin/markdown-title",
"main": "index.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "tape test.js"
},
"devDependencies": {
"tape": "4.10.1"
}
}