8
0

package.json 821 B

123456789101112131415161718192021222324252627282930313233
  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. "ckeditor5-core": "ckeditor/ckeditor5-core"
  12. },
  13. "devDependencies": {
  14. "almond": "~0.3.0",
  15. "del": "~1.1",
  16. "requirejs": "~2.1",
  17. "ncp": "~1.0",
  18. "replace": "~0.3.0",
  19. "grunt": "~0",
  20. "grunt-jscs": "~1",
  21. "grunt-contrib-jshint": "~0",
  22. "grunt-githooks": "~0",
  23. "shelljs": "~0"
  24. },
  25. "author": "CKSource (http://cksource.com/)",
  26. "license": "See LICENSE.md",
  27. "homepage": "http://ckeditor.com",
  28. "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  29. "repository": {
  30. "type": "git",
  31. "url": "https://github.com/ckeditor/ckeditor5.git"
  32. }
  33. }