8
0

package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ckeditor5-autoformat",
  3. "version": "0.3.0",
  4. "description": "Replaces predefined characters with corresponding structures.",
  5. "keywords": [],
  6. "dependencies": {
  7. "ckeditor5-basic-styles": "ckeditor/ckeditor5-basic-styles",
  8. "ckeditor5-core": "ckeditor/ckeditor5-core",
  9. "ckeditor5-engine": "ckeditor/ckeditor5-engine",
  10. "ckeditor5-heading": "ckeditor/ckeditor5-heading",
  11. "ckeditor5-list": "ckeditor/ckeditor5-list"
  12. },
  13. "devDependencies": {
  14. "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
  15. "ckeditor5-editor-classic": "ckeditor/ckeditor5-editor-classic",
  16. "ckeditor5-enter": "ckeditor/ckeditor5-enter",
  17. "ckeditor5-list": "ckeditor/ckeditor5-list",
  18. "ckeditor5-paragraph": "ckeditor/ckeditor5-paragraph",
  19. "ckeditor5-typing": "ckeditor/ckeditor5-typing",
  20. "ckeditor5-undo": "ckeditor/ckeditor5-undo",
  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-autoformat/issues",
  32. "repository": {
  33. "type": "git",
  34. "url": "https://github.com/ckeditor/ckeditor5-autoformat.git"
  35. }
  36. }