34 lines
717 B
JSON
34 lines
717 B
JSON
{
|
|
"name": "markdown-it-front-matter",
|
|
"version": "0.2.4",
|
|
"description": "Plugin to process front matter container for markdown-it markdown parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ParkSB/markdown-it-front-matter.git"
|
|
},
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"keywords": [
|
|
"markdown-it-plugin",
|
|
"markdown-it",
|
|
"markdown",
|
|
"front-matter",
|
|
"front matter",
|
|
"frontmatter",
|
|
"meta",
|
|
"meta data",
|
|
"meta-data",
|
|
"metadata"
|
|
],
|
|
"author": "ParkSB",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"markdown-it": "^10.0.0",
|
|
"@types/markdown-it": "^10.0.0",
|
|
"mocha": "^7.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test"
|
|
}
|
|
}
|