aboutsummaryrefslogtreecommitdiff
path: root/component.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /component.json
downloadconnexionswing-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.json24
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}