package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@ckeditor/ckeditor5-typing",
  3. "version": "0.8.0",
  4. "description": "Typing 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-utils": "^0.8.0"
  10. },
  11. "devDependencies": {
  12. "@ckeditor/ckeditor5-dev-lint": "^2.0.2",
  13. "@ckeditor/ckeditor5-basic-styles": "^0.7.1",
  14. "@ckeditor/ckeditor5-editor-classic": "^0.7.1",
  15. "@ckeditor/ckeditor5-enter": "^0.8.0",
  16. "@ckeditor/ckeditor5-heading": "^0.8.0",
  17. "@ckeditor/ckeditor5-paragraph": "^0.6.1",
  18. "@ckeditor/ckeditor5-undo": "^0.7.1",
  19. "@ckeditor/ckeditor5-presets": "^0.1.1",
  20. "gulp": "^3.9.0",
  21. "guppy-pre-commit": "^0.4.0"
  22. },
  23. "engines": {
  24. "node": ">=6.0.0",
  25. "npm": ">=3.0.0"
  26. },
  27. "author": "CKSource (http://cksource.com/)",
  28. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  29. "homepage": "https://ckeditor5.github.io",
  30. "bugs": "https://github.com/ckeditor/ckeditor5-typing/issues",
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/ckeditor/ckeditor5-typing.git"
  34. }
  35. }