package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@ckeditor/ckeditor5-easy-image",
  3. "version": "0.0.1",
  4. "description": "Easy Image feature for CKEditor 5.",
  5. "keywords": [
  6. "ckeditor5",
  7. "ckeditor5-feature"
  8. ],
  9. "dependencies": {
  10. "@ckeditor/ckeditor-cloudservices-core": "^0.1.0",
  11. "@ckeditor/ckeditor5-core": "^0.9.0",
  12. "@ckeditor/ckeditor5-image": "^0.7.0",
  13. "@ckeditor/ckeditor5-upload": "^0.2.0"
  14. },
  15. "devDependencies": {
  16. "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
  17. "@ckeditor/ckeditor5-editor-classic": "^0.8.0",
  18. "@ckeditor/ckeditor5-paragraph": "^0.9.0",
  19. "@ckeditor/ckeditor5-utils": "^0.10.0",
  20. "eslint-config-ckeditor5": "^1.0.6",
  21. "gulp": "^3.9.1",
  22. "guppy-pre-commit": "^0.4.0"
  23. },
  24. "engines": {
  25. "node": ">=6.0.0",
  26. "npm": ">=3.0.0"
  27. },
  28. "author": "CKSource (http://cksource.com/)",
  29. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  30. "homepage": "https://ckeditor5.github.io",
  31. "bugs": "https://github.com/ckeditor/ckeditor5-easy-image/issues",
  32. "repository": {
  33. "type": "git",
  34. "url": "https://github.com/ckeditor/ckeditor5-easy-image.git"
  35. },
  36. "files": [
  37. "lang",
  38. "src",
  39. "theme"
  40. ]
  41. }