20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"name": "ckeditor",
|
|
"description": "JavaScript WYSIWYG web text editor.",
|
|
"keywords": [
|
|
"ckeditor",
|
|
"fckeditor",
|
|
"editor",
|
|
"wysiwyg",
|
|
"html",
|
|
"richtext",
|
|
"text",
|
|
"javascript"
|
|
],
|
|
"authors": "CKSource (http://cksource.com/)",
|
|
"license": "For licensing, see LICENSE.md or http://ckeditor.com/license.",
|
|
"homepage": "http://ckeditor.com",
|
|
"main": "./ckeditor.js",
|
|
"moduleType": "globals"
|
|
}
|