{
  "name": "marked-katex",
  "description": "markdown parser fork from git://github.com/chjj/marked.git, and in additional we support the katex, thus we can integrated with mathML in the markdown text",
  "author": "Christopher Jeffrey",
  "version": "0.3.8",
  "main": "./lib/marked.js",
  "bin": "./bin/marked",
  "man": "./man/marked.1",
  "preferGlobal": true,
  "repository": "git://github.com/linxiaowu66/marked-kaTex.git",
  "homepage": "https://github.com/linxiaowu66/marked-kaTex",
  "bugs": { "url": "http://github.com/linxiaowu66/marked-kaTex/issues" },
  "license": "MIT",
  "keywords": ["markdown", "markup", "html","katex","math"],
  "tags": ["markdown", "markup", "html","katex", "math"],
  "devDependencies": {
    "markdown": "*",
    "showdown": "*",
    "gulp": "^3.8.11",
    "gulp-uglify": "^1.1.0",
    "gulp-concat": "^2.5.2"
  },
  "scripts": { "test": "node test", "bench": "node test --bench" }
}
