{
  "name": "@kensingtontech/ngx-markdown-editor",
  "homepage": "https://github.com/KensingtonTech/ngx-markdown-editor",
  "repository": {
    "type": "git",
    "url": "https://github.com/KensingtonTech/ngx-markdown-editor.git"
  },
  "version": "4.0.1",
  "peerDependencies": {
    "@angular/common": "^12.2.0",
    "@angular/core": "^12.2.0",
    "ace-builds": "^1.4.12",
    "bootstrap": "^4.5.3",
    "font-awesome": "^4.7.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "main": "bundles/kensingtontech-ngx-markdown-editor.umd.js",
  "module": "fesm2015/kensingtontech-ngx-markdown-editor.js",
  "es2015": "fesm2015/kensingtontech-ngx-markdown-editor.js",
  "esm2015": "esm2015/kensingtontech-ngx-markdown-editor.js",
  "fesm2015": "fesm2015/kensingtontech-ngx-markdown-editor.js",
  "typings": "kensingtontech-ngx-markdown-editor.d.ts",
  "sideEffects": false
}