{
  "name": "ngx-quill-lite",
  "version": "12.0.0",
  "author": "Changhui Xu <changhuixu@hotmail.com>",
  "description": "A light weight Angular wrapper of Quilljs, powerful rich text editor.",
  "keywords": [
    "Angular",
    "quill",
    "quilljs",
    "rich text editor",
    "lazy loading"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/changhuixu/ngx-quill-lite.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=12.0.0",
    "@angular/core": ">=12.0.0",
    "@angular/forms": ">=12.0.0",
    "@angular/platform-browser": ">=12.0.0"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "main": "bundles/ngx-quill-lite.umd.js",
  "module": "fesm2015/ngx-quill-lite.js",
  "es2015": "fesm2015/ngx-quill-lite.js",
  "esm2015": "esm2015/ngx-quill-lite.js",
  "fesm2015": "fesm2015/ngx-quill-lite.js",
  "typings": "ngx-quill-lite.d.ts",
  "sideEffects": false
}