aboutsummaryrefslogtreecommitdiff
path: root/component.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 00:55:51 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 00:55:51 +0100
commitc63493c899de714b05b0521bb38aab60d19030ef (patch)
treefcb2b261afa0f3c2bd6b48929b64724c71192bae /component.json
downloadludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.tar.gz
ludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.tar.zst
ludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.zip
Validation initiale4.6.2.1
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 0000000..f948599
--- /dev/null
+++ b/component.json
@@ -0,0 +1,24 @@
1{
2 "name": "ckeditor",
3 "repo": "immae/ludivine-ckeditor-component",
4 "version": "4.6.2",
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}