aboutsummaryrefslogtreecommitdiff
path: root/component.json
diff options
context:
space:
mode:
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..2a7b402
--- /dev/null
+++ b/component.json
@@ -0,0 +1,24 @@
1{
2 "name": "ckeditor",
3 "repo": "immae/piedsjaloux-ckeditor-component",
4 "version": "4.5.7",
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}