8
0

package.json 970 B

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