{
    "name": "@ryanxcharles/markdown-it-katex",
    "version": "4.0.2",
    "description": "Fast math support for markdown-it with KaTeX",
    "main": "index.js",
    "scripts": {
        "watch": "watchify browser.js -o bundle.js -v",
        "test": "node test/all.js"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com:rxc-ai/markdown-it-katex.git"
    },
    "keywords": [
        "markdown",
        "KaTeX",
        "math",
        "LaTeX",
        "markdown-it-plugin",
        "markdown-it"
    ],
    "author": "Takahiro Ethan Ikeuchi @iktakahiro",
    "license": "MIT",
    "dependencies": {
        "katex": "^0.16.3"
    },
    "devDependencies": {
        "markdown-it": "^13.0.1",
        "markdown-it-testgen": "0.1.6",
        "tape": "^5.6.1"
    }
}
