aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..add204d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,35 @@
1{
2 "name": "immae/ludivine-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}