8
0

package.json 879 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "ckeditor5-paragraph",
  3. "version": "0.5.0",
  4. "description": "Paragraph feature for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. "ckeditor5-core": "ckeditor/ckeditor5-core",
  8. "ckeditor5-engine": "ckeditor/ckeditor5-engine"
  9. },
  10. "devDependencies": {
  11. "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
  12. "ckeditor5-clipboard": "ckeditor/ckeditor5-clipboard",
  13. "ckeditor5-heading": "ckeditor/ckeditor5-heading",
  14. "gulp": "^3.9.0",
  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-paragraph/issues",
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/ckeditor/ckeditor5-paragraph.git"
  28. }
  29. }