.bower.json 672 B

123456789101112131415161718192021222324252627
  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. "version": "4.4.7",
  18. "_release": "4.4.7",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "4.4.7",
  22. "commit": "cc324415302784eb1abe33a3762fbdd3b48c558b"
  23. },
  24. "_source": "git://github.com/ckeditor/ckeditor-releases.git",
  25. "_target": "~4.4.7",
  26. "_originalSource": "ckeditor"
  27. }