package.json 1.1 KB

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