{
  "name": "ngx-markdown",
  "version": "7.0.2",
  "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
  "homepage": "https://github.com/jfcere/ngx-markdown",
  "license": "MIT",
  "author": {
    "name": "Jean-Francois Cere",
    "email": "jfcere@sherweb.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jfcere/ngx-markdown"
  },
  "keywords": [
    "angular",
    "ngx",
    "markdown",
    "parser",
    "marked",
    "marked.js",
    "prism",
    "prism.js"
  ],
  "dependencies": {
    "@types/marked": "^0.4.2",
    "marked": "^0.5.1",
    "prismjs": "^1.15.0",
    "tslib": "^1.9.0"
  },
  "peerDependencies": {
    "@angular/common": "^6.0.0 || ^7.0.0",
    "@angular/core": "^6.0.0 || ^7.0.0",
    "@angular/platform-browser": "^6.0.0 || ^7.0.0",
    "core-js": "^2.5.4",
    "rxjs": "^6.0.0",
    "zone.js": "^0.8.26"
  },
  "main": "bundles/ngx-markdown.umd.js",
  "module": "fesm5/ngx-markdown.js",
  "es2015": "fesm2015/ngx-markdown.js",
  "esm5": "esm5/ngx-markdown.js",
  "esm2015": "esm2015/ngx-markdown.js",
  "fesm5": "fesm5/ngx-markdown.js",
  "fesm2015": "fesm2015/ngx-markdown.js",
  "typings": "ngx-markdown.d.ts",
  "metadata": "ngx-markdown.metadata.json",
  "sideEffects": false
}
