{ "name": "markdown-it-katex", "version": "1.0.8", "description": "Fast math support for markdown-it with KaTeX", "main": "index.js", "scripts": { "watch": "watchify browser.js -o bundle.js -v", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:waylonflinn/markdown-it-katex.git" }, "keywords": [ "markdown", "KaTeX", "math", "LaTeX", "markdown-it-plugin" ], "author": "waylonflinn@gmail.com", "license": "MIT", "dependencies": { "katex": "^0.5.1" }, "devDependencies": { "markdown-it": "^6.0.0" } }