.bower.json 747 B

123456789101112131415161718192021222324252627282930
  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.7.0",
  20. "_release": "4.7.0",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "4.7.0",
  24. "commit": "8edc5545364d3bd2b928852a7c270a044d1b3ea4"
  25. },
  26. "_source": "https://github.com/ckeditor/ckeditor-releases.git",
  27. "_target": "^4.7.0",
  28. "_originalSource": "ckeditor",
  29. "_direct": true
  30. }