package.json 1.0 KB

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