8
0

package.json 747 B

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