package.json 565 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "ckeditor",
  3. "version": "4.12.1",
  4. "description": "JavaScript WYSIWYG web text editor.",
  5. "main": "ckeditor.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/ckeditor/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": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  22. "bugs": {
  23. "url": "http://dev.ckeditor.com"
  24. },
  25. "homepage": "http://ckeditor.com"
  26. }