8
0

package.json 706 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@ckeditor/ckeditor-cloud-services-core",
  3. "version": "19.0.1",
  4. "description": "CKEditor Cloud Services Core API.",
  5. "keywords": [
  6. "ckeditor5",
  7. "ckeditor5-lib"
  8. ],
  9. "dependencies": {
  10. "@ckeditor/ckeditor5-utils": "^19.0.1"
  11. },
  12. "engines": {
  13. "node": ">=8.0.0",
  14. "npm": ">=5.7.1"
  15. },
  16. "author": "CKSource (http://cksource.com/)",
  17. "license": "GPL-2.0-or-later",
  18. "homepage": "https://ckeditor.com",
  19. "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/ckeditor/ckeditor5.git",
  23. "directory": "packages/ckeditor-cloud-services-core"
  24. },
  25. "files": [
  26. "lang",
  27. "src",
  28. "theme"
  29. ]
  30. }