UNPKG

mse-md2html

Version:
45 lines (44 loc) 978 B
{ "name": "mse-md2html", "version": "1.0.1", "description": "convert markdown to HTML", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Drulac/mse-md2html.git" }, "author": "", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Drulac/mse-md2html/issues" }, "homepage": "https://github.com/Drulac/mse-md2html#readme", "keywords": [ "markdown", "html", "convert", "math", "science", "chemical", "molecule", "SMILES", "asciimath", "mathjax", "rehype", "remark", "unified" ], "dependencies": { "clone": "^2.1.2", "rehype-lo-math": "^1.0.4", "rehype-smiles": "^1.0.3", "remark-attr": "^0.11.1", "remark-change-image-paths": "^1.0.2", "remark-smiles": "^1.0.4", "surcouche-remark-grid-table": "0.0.1", "zmarkdown": "^9.1.3" } }