{
  "name": "@syncfusion/ej2-vue-richtexteditor",
  "version": "33.2.6",
  "description": "Essential JS 2 RichTextEditor component for Vue",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "keywords": [
    "vue-rich-text-editor",
    "vue-html-editor",
    "vue-markdown-editor",
    "vue-wysiwyg-editor"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
  },
  "main": "./dist/ej2-vue-richtexteditor.umd.min.js",
  "module": "./index.js",
  "es2015": "dist/es6/ej2-vue-richtexteditor.es2015.js",
  "readme": "ReadMe.md",
  "dependencies": {
    "@syncfusion/ej2-base": "~33.2.3",
    "@syncfusion/ej2-vue-base": "~33.2.3",
    "@syncfusion/ej2-richtexteditor": "33.2.6"
  },
  "devDependencies": {},
  "scripts": {
    "compile": "gulp ci-compile && gulp vue-global-script",
    "ci-publish": "gulp ci-publish"
  },
  "sideEffects": false,
  "homepage": "https://www.syncfusion.com/vue-components"
}