aboutsummaryrefslogtreecommitdiff
path: root/component.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-02-19 23:38:52 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-02-19 23:38:52 +0100
commit3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5 (patch)
treea4f77655fe55b79606e7d3416504686a1ab8b058 /component.json
downloadpiedsjaloux-ckeditor-component-3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5.tar.gz
piedsjaloux-ckeditor-component-3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5.tar.zst
piedsjaloux-ckeditor-component-3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5.zip
Initial commit4.5.7
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}