.bower.json 764 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "ckeditor",
  3. "description": "JavaScript WYSIWYG web text editor.",
  4. "keywords": [
  5. "ckeditor",
  6. "fckeditor",
  7. "editor",
  8. "wysiwyg",
  9. "html",
  10. "richtext",
  11. "text",
  12. "javascript"
  13. ],
  14. "authors": "CKSource (http://cksource.com/)",
  15. "license": "For licensing, see LICENSE.md or http://ckeditor.com/license.",
  16. "homepage": "http://ckeditor.com",
  17. "main": "./ckeditor.js",
  18. "moduleType": "globals",
  19. "version": "4.5.9",
  20. "_release": "4.5.9",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "4.5.9",
  24. "commit": "ba2580967f7409784921b4320e297522175e45bb"
  25. },
  26. "_source": "https://github.com/AngelFQC/ckeditor-releases.git",
  27. "_target": "*",
  28. "_originalSource": "https://github.com/AngelFQC/ckeditor-releases.git"
  29. }