8
0

package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@ckeditor/ckeditor5-engine",
  3. "version": "0.11.0",
  4. "description": "CKEditor 5 editing engine.",
  5. "keywords": [
  6. "ckeditor5",
  7. "ckeditor5-lib"
  8. ],
  9. "dependencies": {
  10. "@ckeditor/ckeditor5-utils": "^1.0.0-alpha.1"
  11. },
  12. "devDependencies": {
  13. "@ckeditor/ckeditor5-dev-lint": "^3.1.4",
  14. "@ckeditor/ckeditor5-basic-styles": "^1.0.0-alpha.1",
  15. "@ckeditor/ckeditor5-core": "^1.0.0-alpha.1",
  16. "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.1",
  17. "@ckeditor/ckeditor5-enter": "^1.0.0-alpha.1",
  18. "@ckeditor/ckeditor5-essentials": "^1.0.0-alpha.1",
  19. "@ckeditor/ckeditor5-heading": "^1.0.0-alpha.1",
  20. "@ckeditor/ckeditor5-list": "^1.0.0-alpha.1",
  21. "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.1",
  22. "@ckeditor/ckeditor5-typing": "^1.0.0-alpha.1",
  23. "@ckeditor/ckeditor5-undo": "^1.0.0-alpha.1",
  24. "@ckeditor/ckeditor5-widget": "^1.0.0-alpha.1",
  25. "eslint-config-ckeditor5": "^1.0.6",
  26. "gulp": "^3.9.1",
  27. "guppy-pre-commit": "^0.4.0"
  28. },
  29. "engines": {
  30. "node": ">=6.0.0",
  31. "npm": ">=3.0.0"
  32. },
  33. "author": "CKSource (http://cksource.com/)",
  34. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  35. "homepage": "https://ckeditor5.github.io",
  36. "bugs": "https://github.com/ckeditor/ckeditor5-engine/issues",
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/ckeditor/ckeditor5-engine.git"
  40. },
  41. "files": [
  42. "lang",
  43. "src",
  44. "theme"
  45. ]
  46. }