{
  "name": "ckeditor5-custom-element",
  "version": "9.0.1",
  "description": "Insert custom elements (html tags) in ckeditor5",
  "main": "src/customelement.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ckeditor5",
    "custom",
    "element",
    "custom",
    "tag",
    "plugin"
  ],
  "dependencies": {
    "@ckeditor/ckeditor5-core": "^27.0.0",
    "@ckeditor/ckeditor5-ui": "^27.0.0",
    "@ckeditor/ckeditor5-widget": "^27.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/centaur54dev/ckeditor5-custom-element"
  },
  "author": "centaur54dev",
  "license": "MIT"
}
