package.json 785 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "ckeditor5-ui",
  3. "version": "0.4.0",
  4. "description": "The UI framework of CKEditor 5.",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "dependencies": {
  9. "ckeditor5-utils": "ckeditor/ckeditor5-utils"
  10. },
  11. "devDependencies": {
  12. "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
  13. "ckeditor5-core": "ckeditor/ckeditor5-core",
  14. "del": "^2.2.0",
  15. "gulp": "^3.9.0",
  16. "guppy-pre-commit": "^0.4.0",
  17. "lodash-cli": "^4"
  18. },
  19. "engines": {
  20. "node": ">=6.0.0",
  21. "npm": ">=3.0.0"
  22. },
  23. "author": "CKSource (http://cksource.com/)",
  24. "license": "See LICENSE.md",
  25. "homepage": "https://ckeditor5.github.io",
  26. "bugs": "https://github.com/ckeditor/ckeditor5-ui/issues",
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/ckeditor/ckeditor5-ui.git"
  30. }
  31. }