aboutsummaryrefslogblamecommitdiff
path: root/composer.json
blob: 9ec847542327867330173e1d72895d61063f7b87 (plain) (tree)


































                                                                                                         
{
  "name": "immae/connexionswing-ckeditor-component",
  "description": "CKEditor component.",
  "type": "component",
  "keywords": [ "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ],
  "homepage": "http://ckeditor.com",
  "license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ],
  "authors": [
    {
      "name":  "CKSource",
      "homepage": "http://cksource.com"
    }
  ],
  "require": {
    "robloach/component-installer": "*",
    "components/jquery": ">=1.11"
  },
  "support": {
    "issues": "http://dev.ckeditor.com",
    "forum": "http://ckeditor.com/forums",
    "wiki": "http://docs.ckeditor.com",
    "source": "http://github.com/ckeditor/ckeditor-dev"
  },
  "extra": {
    "component": {
      "scripts": [
        "release/ckeditor.js"
      ],
      "files": [
        "release/**",
        "sources/**"
      ]
    }
  }
}