{
  "name": "@mdx-js/runtime",
  "version": "0.16.1",
  "description": "Parse and render MDX in a runtime environment",
  "license": "MIT",
  "keywords": [
    "mdx",
    "markdown",
    "react",
    "jsx",
    "remark",
    "mdxast"
  ],
  "homepage": "https://mdxjs.com",
  "repository": "mdx-js/mdx",
  "bugs": "https://github.com/mdx-js/mdx/issues",
  "author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
  "contributors": [
    "John Otander <johnotander@gmail.com> (http://johnotander.com)",
    "Tim Neutkens <tim@zeit.co>",
    "Matija Marohnić <matija.marohnic@gmail.com>",
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
  ],
  "main": "dist",
  "scripts": {
    "test": "jest"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "dependencies": {
    "@mdx-js/mdx": "^0.16.1",
    "@mdx-js/tag": "^0.16.1",
    "buble": "^0.19.3"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "jest": "^23.2.0",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "rehype-add-classes": "^1.0.0",
    "remark-autolink-headings": "^5.0.0",
    "remark-slug": "^5.1.0"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "gitHead": "b69654652e22043592da6db45bc8306b05c783ad"
}
