diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 17:45:33 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 18:00:33 +0100 |
commit | 7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch) | |
tree | 0d6ede733777b29060b48df4afaa2c64bfbae276 /component.json | |
download | connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip |
Initial commit4.5.6
Diffstat (limited to 'component.json')
-rw-r--r-- | component.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/component.json b/component.json new file mode 100644 index 00000000..d49b72ca --- /dev/null +++ b/component.json | |||
@@ -0,0 +1,24 @@ | |||
1 | { | ||
2 | "name": "ckeditor", | ||
3 | "repo": "immae/connexionswing-ckeditor-component", | ||
4 | "version": "4.5.6", | ||
5 | "description": "JavaScript WYSIWYG web text editor.", | ||
6 | "keywords": [ | ||
7 | "ckeditor", | ||
8 | "fckeditor", | ||
9 | "editor", | ||
10 | "wysiwyg", | ||
11 | "html", | ||
12 | "richtext", | ||
13 | "text", | ||
14 | "javascript" | ||
15 | ], | ||
16 | "main": "release/ckeditor.js", | ||
17 | "scripts": [ | ||
18 | "release/ckeditor.js" | ||
19 | ], | ||
20 | "dependencies": { | ||
21 | "component/jquery": "*" | ||
22 | }, | ||
23 | "license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ] | ||
24 | } | ||