bower.json 432 B

12345678910
  1. {
  2. "name": "ckeditor",
  3. "description": "JavaScript WYSIWYG web text editor.",
  4. "keywords": [ "ckeditor4", "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ],
  5. "authors": "CKSource (https://cksource.com/)",
  6. "license": "For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license/.",
  7. "homepage": "https://ckeditor.com",
  8. "main": "./ckeditor.js",
  9. "moduleType": "globals"
  10. }