Files
Makoto-Markdown-to-HTML/npm/package.json
jetstream0 8f7be04eab 1.0.1
2023-07-31 11:04:28 -07:00

23 lines
534 B
JSON

{
"name": "makoto",
"version": "1.0.1",
"description": "Markdown to HTML parser",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jetstream0/Makoto-Markdown-to-HTML.git"
},
"keywords": [
"md",
"markdown",
"html"
],
"author": "jetstream0/prussia",
"license": "MIT",
"bugs": {
"url": "https://github.com/jetstream0/Makoto-Markdown-to-HTML/issues"
},
"homepage": "https://github.com/jetstream0/Makoto-Markdown-to-HTML#readme"
}