{
  "name": "markdown-it-multimd-table",
  "description": "Multimarkdown table syntax plugin for markdown-it markdown parser",
  "main": "index.js",
  "authors": [
    "RedBug312"
  ],
  "license": "MIT",
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown",
    "multimarkdown",
    "table"
  ],
  "homepage": "https://github.com/RedBug312/markdown-it-multimd-table",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "markdown-it": "^8.4.2"
  },
  "devDependencies": {
    "browserify": "^16.3.0",
    "coveralls": "^3.0.4",
    "eslint": "^6.0.1",
    "istanbul": "^0.4.5",
    "markdown-it-testgen": "^0.1.3",
    "mocha": "^6.1.4",
    "terser": "^4.1.2"
  }
}
