1234567891011121314151617181920212223242526 |
- {
- "name": "ckeditor",
- "version": "4.5.8",
- "description": "JavaScript WYSIWYG web text editor.",
- "main": "ckeditor.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/AngelFQC/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"
- }
|