package.json 834 B

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