]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - composer.json
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / composer.json
1 {
2 "name": "immae/connexionswing-ckeditor-component",
3 "description": "CKEditor component.",
4 "type": "component",
5 "keywords": [ "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ],
6 "homepage": "http://ckeditor.com",
7 "license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ],
8 "authors": [
9 {
10 "name": "CKSource",
11 "homepage": "http://cksource.com"
12 }
13 ],
14 "require": {
15 "robloach/component-installer": "*",
16 "components/jquery": ">=1.11"
17 },
18 "support": {
19 "issues": "http://dev.ckeditor.com",
20 "forum": "http://ckeditor.com/forums",
21 "wiki": "http://docs.ckeditor.com",
22 "source": "http://github.com/ckeditor/ckeditor-dev"
23 },
24 "extra": {
25 "component": {
26 "scripts": [
27 "release/ckeditor.js"
28 ],
29 "files": [
30 "release/**",
31 "sources/**"
32 ]
33 }
34 }
35 }