{
  "name": "grapesjs-plugin-ckeditor",
  "version": "1.0.1",
  "description": "Replace the built-in RTE with CKEditor",
  "main": "dist/index.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "grapesjs-cli build",
    "start": "grapesjs-cli serve"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GrapesJS/ckeditor"
  },
  "keywords": [
    "grapesjs",
    "plugin",
    "ckeditor",
    "wysiwyg"
  ],
  "author": "Artur Arseniev",
  "license": "BSD-3-Clause",
  "dependencies": {
    "@types/ckeditor4": "^4.20.0"
  },
  "devDependencies": {
    "grapesjs": "^0.21.2",
    "grapesjs-cli": "^4.1.0"
  }
}
