8
0

package.json 910 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@ckeditor/ckeditor5-utils",
  3. "version": "0.10.0",
  4. "description": "Miscellaneous utils used by CKEditor 5.",
  5. "keywords": [
  6. "ckeditor5",
  7. "ckeditor5-lib"
  8. ],
  9. "devDependencies": {
  10. "@ckeditor/ckeditor5-dev-lint": "^3.1.4",
  11. "@ckeditor/ckeditor5-core": "^0.9.0",
  12. "@ckeditor/ckeditor5-engine": "^0.11.0",
  13. "del": "^2.2.0",
  14. "eslint-config-ckeditor5": "^1.0.6",
  15. "gulp": "^3.9.1",
  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": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  25. "homepage": "https://ckeditor5.github.io",
  26. "bugs": "https://github.com/ckeditor/ckeditor5-utils/issues",
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/ckeditor/ckeditor5-utils.git"
  30. },
  31. "files": [
  32. "lang",
  33. "src",
  34. "theme"
  35. ]
  36. }