package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@ckeditor/ckeditor5-autoformat",
  3. "version": "0.5.1",
  4. "description": "Replaces predefined characters with corresponding structures.",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-core": "^0.8.1",
  8. "@ckeditor/ckeditor5-engine": "^0.10.0"
  9. },
  10. "devDependencies": {
  11. "@ckeditor/ckeditor5-basic-styles": "^0.8.1",
  12. "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
  13. "@ckeditor/ckeditor5-block-quote": "^0.1.1",
  14. "@ckeditor/ckeditor5-editor-classic": "^0.7.3",
  15. "@ckeditor/ckeditor5-enter": "^0.9.1",
  16. "@ckeditor/ckeditor5-heading": "^0.9.1",
  17. "@ckeditor/ckeditor5-list": "^0.6.1",
  18. "@ckeditor/ckeditor5-paragraph": "^0.8.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-autoformat/issues",
  33. "repository": {
  34. "type": "git",
  35. "url": "https://github.com/ckeditor/ckeditor5-autoformat.git"
  36. }
  37. }