{
  "name": "turndown-plugin-showdown",
  "version": "0.1.3",
  "description": "Turndown plugin based on the Showdow library",
  "main": "./src/showdownPg.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "Turndown",
    "Showdown",
    "Markdown",
    "turndown-plugin",
    "html-to-markdown"
  ],
  "author": "Felipe Rhoden",
  "license": "MIT",
  "devDependencies": {
    "jest": "^26.1.0",
    "neat-csv": "^5.2.0",
    "showdown": "^1.9.1",
    "turndown": "^6.0.0"
  },
  "dependencies": {},
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/FelipeRhoden/turndown-plugin-showdown.git"
  },
  "bugs": {
    "url": "https://github.com/FelipeRhoden/turndown-plugin-showdown/issues"
  },
  "homepage": "https://github.com/FelipeRhoden/turndown-plugin-showdown#readme"
}
