8
0

package.json 916 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@ckeditor/ckeditor5-upload",
  3. "version": "0.0.1",
  4. "description": "Upload Feature for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-core": "^0.7.0",
  8. "@ckeditor/ckeditor5-engine": "^0.8.0",
  9. "@ckeditor/ckeditor5-ui": "^v0.7.1",
  10. "@ckeditor/ckeditor5-utils": "^0.8.0"
  11. },
  12. "devDependencies": {
  13. "@ckeditor/ckeditor5-dev-lint": "^2.0.2",
  14. "@ckeditor/ckeditor5-image": "v0.4.0",
  15. "@ckeditor/ckeditor5-paragraph": "v0.6.1",
  16. "gulp": "^3.9.1",
  17. "guppy-pre-commit": "^0.4.0"
  18. },
  19. "engines": {
  20. "node": ">=6.0.0",
  21. "npm": ">=3.0.0"
  22. },
  23. "author": "CKSource (http://cksource.com/)",
  24. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  25. "homepage": "https://ckeditor5.github.io",
  26. "bugs": "https://github.com/ckeditor/ckeditor5-upload/issues",
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/ckeditor/ckeditor5-upload.git"
  30. }
  31. }