{
  "name": "ngx-showdown",
  "version": "6.0.0",
  "description": "A Angular (>=2) integration for Showdown",
  "keywords": [
    "ng",
    "ng2",
    "ngx",
    "angular",
    "angular2",
    "markdown",
    "md",
    "showdown",
    "convert",
    "converter",
    "parse",
    "parser"
  ],
  "license": "MIT",
  "author": {
    "name": "Yisrael Eliav",
    "email": "yisraelx@gmail.com",
    "url": "https://github.com/yisraelx/"
  },
  "homepage": "http://yisraelx.github.io/ngx-showdown",
  "repository": {
    "type": "git",
    "url": "https://github.com/yisraelx/ngx-showdown.git"
  },
  "bugs": {
    "url": "https://github.com/yisraelx/ngx-showdown/issues"
  },
  "engines": {
    "node": ">=10.18"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release": {
    "branches": "master",
    "pkgRoot": "dist/lib"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/prompt"
    }
  },
  "peerDependencies": {
    "@angular/common": ">=10.0.0",
    "@angular/core": ">=10.0.0",
    "@angular/platform-browser": ">=10.0.0",
    "@types/showdown": "^1.9.3",
    "showdown": "^1.9.1"
  },
  "dependencies": {
    "tslib": "^2.0.1"
  },
  "main": "bundles/ngx-showdown.umd.js",
  "module": "fesm2015/ngx-showdown.js",
  "es2015": "fesm2015/ngx-showdown.js",
  "esm2015": "esm2015/ngx-showdown.js",
  "fesm2015": "fesm2015/ngx-showdown.js",
  "typings": "ngx-showdown.d.ts",
  "metadata": "ngx-showdown.metadata.json",
  "sideEffects": false
}
