Skip to content
Snippets Groups Projects
This project manages its dependencies using Composer. Learn more
composer.json 749 B
{
  "name": "drupal/ckeditor_indentblock",
  "type": "drupal-module",
  "description": "Provides integration of the CKEditor IndentBlock plugin with the Drupal 8 CKEditor.",
  "keywords": ["Drupal"],
  "license": "GPL-2.0+",
  "homepage": "https://www.drupal.org/project/ckeditor_indentblock",
  "minimum-stability": "dev",
  "authors": [
    {
      "name": "Christian Meilinger (meichr)",
      "homepage": "https://www.drupal.org/u/meichr",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "https://www.drupal.org/project/issues/ckeditor_indentblock",
    "source": "http://cgit.drupalcode.org/ckeditor_indentblock/"
  },
  "require": {
    "drupal/core": "^8.1.0",
    "drupal/ckeditor": "*",
    "drupal/libraries": "*"
  }
}