package.json 683 B

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