Skip to content
Snippets Groups Projects
Select Git revision
  • e494b209c8e8886da9372c7a61bc806dfa3f0cdd
  • upstream default protected
  • master
3 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 811 B
    {
        "name": "@iktakahiro/markdown-it-katex",
        "version": "3.1.0",
        "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:iktakahiro/markdown-it-katex.git"
        },
        "keywords": [
            "markdown",
            "KaTeX",
            "math",
            "LaTeX",
            "markdown-it-plugin",
            "markdown-it"
        ],
        "author": "Takahiro Ethan Ikeuchi @iktakahiro",
        "license": "MIT",
        "dependencies": {
            "katex": "^0.10.0"
        },
        "devDependencies": {
            "markdown-it": "^8.4.1",
            "markdown-it-testgen": "^0.1.4",
            "tape": "^4.9.0"
        }
    }