27 lines
594 B
JSON
27 lines
594 B
JSON
|
{
|
||
|
"name": "ckeditor",
|
||
|
"version": "4.5.11",
|
||
|
"description": "JavaScript WYSIWYG web text editor.",
|
||
|
"main": "ckeditor.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/ckeditor/ckeditor-releases.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ckeditor",
|
||
|
"fckeditor",
|
||
|
"editor",
|
||
|
"wysiwyg",
|
||
|
"html",
|
||
|
"richtext",
|
||
|
"text",
|
||
|
"javascript"
|
||
|
],
|
||
|
"author": "CKSource (http://cksource.com/)",
|
||
|
"license": "For licensing, see LICENSE.md or http://ckeditor.com/license.",
|
||
|
"bugs": {
|
||
|
"url": "http://dev.ckeditor.com"
|
||
|
},
|
||
|
"homepage": "http://ckeditor.com"
|
||
|
}
|