{
  "name": "craftcms/ckeditor",
  "description": "Edit rich text content in Craft CMS using CKEditor.",
  "version": "1.0.0-beta.3",
  "type": "craft-plugin",
  "keywords": [
    "html",
    "cms",
    "craftcms",
    "ckeditor",
    "yii2"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Pixel & Tonic",
      "homepage": "https://pixelandtonic.com/"
    }
  ],
  "support": {
    "email": "support@craftcms.com",
    "issues": "https://github.com/craftcms/ckeditor/issues?state=open",
    "source": "https://github.com/craftcms/ckeditor",
    "docs": "https://github.com/craftcms/ckeditor/blob/master/README.md",
    "rss": "https://github.com/craftcms/ckeditor/commits/master.atom"
  },
  "require": {
    "craftcms/cms": "^3.0.0-RC15"
  },
  "autoload": {
    "psr-4": {
      "craft\\ckeditor\\": "src/"
    }
  },
  "extra": {
    "name": "CKEditor",
    "handle": "ckeditor",
    "documentationUrl": "https://github.com/craftcms/ckeditor/blob/master/README.md"
  }
}
