{
  "name": "ckeditor5-highlight-color",
  "version": "1.1.0",
  "description": "A FontColor plugin based on Highlight official feature",
  "keywords": [
    "ckeditor",
    "ckeditor5",
    "ckeditor 5",
    "ckeditor5-feature",
    "ckeditor5-plugin"
  ],
  "dependencies": {
    "@ckeditor/ckeditor5-core": "^12.0.0",
    "@ckeditor/ckeditor5-ui": "^12.0.0"
  },
  "devDependencies": {
    "@ckeditor/ckeditor5-editor-classic": "^11.0.0"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.7.1"
  },
  "author": "Rafael Fiori",
  "license": "GPL-2.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/rafanake/ckeditor5-highlight"
  },
  "files": [
    "lang",
    "src",
    "theme"
  ]
}
