package.json 877 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@ckeditor/ckeditor5-widget",
  3. "version": "0.1.1",
  4. "description": "Widget API for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-core": "^0.9.0",
  8. "@ckeditor/ckeditor5-engine": "^0.11.0",
  9. "@ckeditor/ckeditor5-utils": "^0.10.0",
  10. "@ckeditor/ckeditor5-theme-lark": "^0.9.0"
  11. },
  12. "devDependencies": {
  13. "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
  14. "eslint-config-ckeditor5": "^1.0.5",
  15. "gulp": "^3.9.1",
  16. "guppy-pre-commit": "^0.4.0"
  17. },
  18. "engines": {
  19. "node": ">=6.0.0",
  20. "npm": ">=3.0.0"
  21. },
  22. "author": "CKSource (http://cksource.com/)",
  23. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  24. "homepage": "https://ckeditor5.github.io",
  25. "bugs": "https://github.com/ckeditor/ckeditor5-widget/issues",
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/ckeditor/ckeditor5-widget.git"
  29. }
  30. }