.bower.json 729 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.12.1",
  20. "_release": "4.12.1",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "4.12.1",
  24. "commit": "b1a25e93ae0b038f45dcba458f4c2c18bd7318e5"
  25. },
  26. "_source": "https://github.com/ckeditor/ckeditor-releases.git",
  27. "_target": "^4.7",
  28. "_originalSource": "ckeditor"
  29. }