package.json 708 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "ckeditor5",
  3. "version": "5.0.0-0.dev",
  4. "description": "The developer version of CKEditor; the best browser-based WYSIWYG editor.",
  5. "keywords": [
  6. "CKEditor",
  7. "Editor",
  8. "WYSIWYG"
  9. ],
  10. "dependencies": {
  11. "ckeditor-core": "ckeditor/ckeditor5-core"
  12. },
  13. "devDependencies": {
  14. "grunt": "~0",
  15. "grunt-jscs": "~1",
  16. "grunt-contrib-jshint": "~0",
  17. "grunt-githooks": "~0",
  18. "shelljs": "~0"
  19. },
  20. "author": "CKSource (http://cksource.com/)",
  21. "license": "See LICENSE.md",
  22. "homepage": "http://ckeditor.com",
  23. "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/ckeditor/ckeditor5.git"
  27. }
  28. }