8
0

package.json 864 B

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