{
  "name": "remark-latex",
  "version": "0.12.12",
  "description": "a compiler that stringifies mdast syntax trees to latex",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ir1d/remark-latex.git"
  },
  "author": "Ir1d",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Ir1d/remark-latex/issues"
  },
  "keywords": [
    "remark",
    "markdown",
    "latex"
  ],
  "homepage": "https://github.com/Ir1d/remark-latex#readme",
  "dependencies": {
    "ccount": "^1.0.3",
    "escape-latex": "^1.2.0",
    "is-alphanumeric": "^1.0.0",
    "longest-streak": "^2.0.2",
    "mdast-util-compact": "^1.0.2",
    "remark": "^10.0.1",
    "remark-details": "^1.1.0",
    "strip-markdown": "^3.0.2",
    "unherit": "^1.1.1",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "remark-math": "^1.0.5",
    "remark-parse": "^6.0.3",
    "unified": "^7.0.2",
    "unified-stream": "^1.0.4"
  }
}
