UNPKG

md-front-matter

Version:
31 lines (30 loc) 623 B
{ "name": "md-front-matter", "version": "1.0.4", "description": "Markdown front-matter to JSON parser, simple and stable", "keywords": [ "frontmatter", "markdown", "front-matter" ], "main": "lib/index.js", "scripts": { "test": "jest" }, "license": "MIT", "dependencies": { "js-yaml": "^4.1.0" }, "devDependencies": { "jest": "^28.1.0" }, "repository": { "type": "git", "url": "https://github.com/egavrilov/markdown-front-matter-json" }, "author": { "name": "Eugene Gavrilov", "email": "npm@egavrilov.com", "url": "https://egavrilov.com/npm" } }