aboutsummaryrefslogtreecommitdiff
path: root/component.json
blob: 564e94fb42299b300215c145c4e65d6c209b2919 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "ckeditor",
  "repo": "immae/connexionswing-ckeditor-component",
  "version": "4.5.7",
  "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+" ]
}