8
0

package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@ckeditor/ckeditor5-engine",
  3. "version": "0.10.0",
  4. "description": "CKEditor 5 Editing Engine",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "dependencies": {
  9. "@ckeditor/ckeditor5-utils": "^0.9.1"
  10. },
  11. "devDependencies": {
  12. "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
  13. "@ckeditor/ckeditor5-basic-styles": "^0.8.1",
  14. "@ckeditor/ckeditor5-core": "^0.8.1",
  15. "@ckeditor/ckeditor5-editor-classic": "^0.7.3",
  16. "@ckeditor/ckeditor5-enter": "^0.9.1",
  17. "@ckeditor/ckeditor5-heading": "^0.9.1",
  18. "@ckeditor/ckeditor5-list": "^0.6.1",
  19. "@ckeditor/ckeditor5-paragraph": "^0.8.0",
  20. "@ckeditor/ckeditor5-typing": "^0.9.1",
  21. "@ckeditor/ckeditor5-undo": "^0.8.1",
  22. "eslint-config-ckeditor5": "^1.0.5",
  23. "gulp": "^3.9.1",
  24. "guppy-pre-commit": "^0.4.0"
  25. },
  26. "engines": {
  27. "node": ">=6.0.0",
  28. "npm": ">=3.0.0"
  29. },
  30. "author": "CKSource (http://cksource.com/)",
  31. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  32. "homepage": "https://ckeditor5.github.io",
  33. "bugs": "https://github.com/ckeditor/ckeditor5-engine/issues",
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/ckeditor/ckeditor5-engine.git"
  37. }
  38. }