From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- component.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 component.json (limited to 'component.json') diff --git a/component.json b/component.json new file mode 100644 index 00000000..d49b72ca --- /dev/null +++ b/component.json @@ -0,0 +1,24 @@ +{ + "name": "ckeditor", + "repo": "immae/connexionswing-ckeditor-component", + "version": "4.5.6", + "description": "JavaScript WYSIWYG web text editor.", + "keywords": [ + "ckeditor", + "fckeditor", + "editor", + "wysiwyg", + "html", + "richtext", + "text", + "javascript" + ], + "main": "release/ckeditor.js", + "scripts": [ + "release/ckeditor.js" + ], + "dependencies": { + "component/jquery": "*" + }, + "license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ] +} -- cgit v1.2.3