package.json 686 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@ckeditor/ckeditor5-adapter-ckfinder",
  3. "version": "0.0.1",
  4. "description": "CKFinder adapter for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {},
  7. "devDependencies": {
  8. "@ckeditor/ckeditor5-dev-lint": "^2.0.2",
  9. "gulp": "^3.9.1",
  10. "guppy-pre-commit": "^0.4.0"
  11. },
  12. "engines": {
  13. "node": ">=6.0.0",
  14. "npm": ">=3.0.0"
  15. },
  16. "author": "CKSource (http://cksource.com/)",
  17. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  18. "homepage": "https://ckeditor5.github.io",
  19. "bugs": "https://github.com/ckeditor/ckeditor5-adapter-ckfinder/issues",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/ckeditor/ckeditor5-adapter-ckfinder.git"
  23. }
  24. }