{
  "name": "@koniki/text-editor",
  "version": "1.0.4",
  "description": "A simple native WYSIWYG editor for Angular 6+, 7+, 8+. Rich Text editor component for Angular.",
  "author": "koniki<koinki.venky@gmail.com>",
  "repository": "https://github.com/venkat-koniki/Text-Editor",
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "@angular/common": "^8.2.14",
    "@angular/core": "^8.2.14",
    "@angular/forms": ">=8.0.0 <11",
    "@angular/platform-browser": ">=8.0.0 <11",
    "rxjs": "^6.x.x"
  },
  "keywords": [
    "angular",
    "venkat",
    "editor",
    "native",
    "wysiwyg",
    "angular-editor",
    "text-editor",
    "angular-wysiwyg-editor",
    "wysiwyg-editor",
    "rich",
    "rich text editor"
  ],
  "main": "bundles/koniki-text-editor.umd.js",
  "module": "fesm5/koniki-text-editor.js",
  "es2015": "fesm2015/koniki-text-editor.js",
  "esm5": "esm5/koniki-text-editor.js",
  "esm2015": "esm2015/koniki-text-editor.js",
  "fesm5": "fesm5/koniki-text-editor.js",
  "fesm2015": "fesm2015/koniki-text-editor.js",
  "typings": "koniki-text-editor.d.ts",
  "metadata": "koniki-text-editor.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
