8
0

package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@ckeditor/ckeditor5-paragraph",
  3. "version": "0.8.0",
  4. "description": "Paragraph feature for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-core": "^0.8.1",
  8. "@ckeditor/ckeditor5-engine": "^0.10.0",
  9. "@ckeditor/ckeditor5-utils": "^0.9.1"
  10. },
  11. "devDependencies": {
  12. "@ckeditor/ckeditor5-basic-styles": "^0.8.1",
  13. "@ckeditor/ckeditor5-clipboard": "^0.6.0",
  14. "@ckeditor/ckeditor5-dev-lint": "^3.0.0",
  15. "@ckeditor/ckeditor5-editor-classic": "^0.7.3",
  16. "@ckeditor/ckeditor5-enter": "^0.9.1",
  17. "@ckeditor/ckeditor5-heading": "^0.9.1",
  18. "@ckeditor/ckeditor5-link": "^0.7.0",
  19. "@ckeditor/ckeditor5-typing": "^0.9.1",
  20. "@ckeditor/ckeditor5-undo": "^0.8.1",
  21. "eslint-config-ckeditor5": "^1.0.0",
  22. "gulp": "^3.9.1",
  23. "guppy-pre-commit": "^0.4.0"
  24. },
  25. "engines": {
  26. "node": ">=6.0.0",
  27. "npm": ">=3.0.0"
  28. },
  29. "author": "CKSource (http://cksource.com/)",
  30. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  31. "homepage": "https://ckeditor5.github.io",
  32. "bugs": "https://github.com/ckeditor/ckeditor5-paragraph/issues",
  33. "repository": {
  34. "type": "git",
  35. "url": "https://github.com/ckeditor/ckeditor5-paragraph.git"
  36. }
  37. }