-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 871 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "joomlatools/framework-ckeditor",
"type": "joomlatools-extension",
"license": "GPL-3.0-only",
"description": "A re-usable component that provides a CKeditor integration",
"keywords": [
"joomla",
"component",
"ckeditor",
"wysiwyg"
],
"homepage": "https://github.com/joomlatools/joomlatools-framework-ckeditor",
"authors": [ {
"name": "Johan Janssens",
"email": "johan@janssens.me",
"homepage": "http://about.me/johanjanssens"
},
{
"name": "Timble",
"email": "info@timble.net",
"homepage": "http://www.timble.net"
}
],
"require": {
"joomlatools/framework": "~3.0"
},
"config": {
"bin-dir": "bin/"
},
"extra": {
"joomlatools-component": "ckeditor"
}
}