{
  "name": "markdown-it-multimd-table",
  "version": "4.0.3",
  "description": "Multimarkdown table syntax plugin for markdown-it markdown parser",
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown",
    "multimarkdown",
    "table"
  ],
  "homepage": "https://github.com/RedBug312/markdown-it-multimd-table",
  "repository": {
    "type": "git",
    "url": "git://github.com/RedBug312/markdown-it-multimd-table.git"
  },
  "bugs": {
    "url": "https://github.com/RedBug312/markdown-it-multimd-table/issues"
  },
  "author": "RedBug312",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "markdown-it": "^11.0.0"
  },
  "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"
  }
}
