8
0

package.json 1.3 KB

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