package.json 753 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@ckeditor/ckeditor5-core",
  3. "version": "0.8.0",
  4. "description": "",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-engine": "^0.10.0",
  8. "@ckeditor/ckeditor5-utils": "^0.9.1"
  9. },
  10. "devDependencies": {
  11. "@ckeditor/ckeditor5-dev-lint": "^2.0.2",
  12. "@ckeditor/ckeditor5-ui": "^0.9.0",
  13. "gulp": "^3.9.0",
  14. "guppy-pre-commit": "^0.4.0"
  15. },
  16. "engines": {
  17. "node": ">=6.0.0",
  18. "npm": ">=3.0.0"
  19. },
  20. "author": "CKSource (http://cksource.com/)",
  21. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  22. "homepage": "https://ckeditor5.github.io",
  23. "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/ckeditor/ckeditor5-core.git"
  27. }
  28. }