package.json 593 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "ckeditor",
  3. "version": "4.5.8",
  4. "description": "JavaScript WYSIWYG web text editor.",
  5. "main": "ckeditor.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/AngelFQC/ckeditor-releases.git"
  9. },
  10. "keywords": [
  11. "ckeditor",
  12. "fckeditor",
  13. "editor",
  14. "wysiwyg",
  15. "html",
  16. "richtext",
  17. "text",
  18. "javascript"
  19. ],
  20. "author": "CKSource (http://cksource.com/)",
  21. "license": "For licensing, see LICENSE.md or http://ckeditor.com/license.",
  22. "bugs": {
  23. "url": "http://dev.ckeditor.com"
  24. },
  25. "homepage": "http://ckeditor.com"
  26. }