package.json 811 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@ckeditor/ckeditor5-utils",
  3. "version": "0.9.1",
  4. "description": "CKEditor 5 Utils",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "devDependencies": {
  9. "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
  10. "@ckeditor/ckeditor5-core": "^0.8.1",
  11. "@ckeditor/ckeditor5-engine": "^0.10.0",
  12. "del": "^2.2.0",
  13. "eslint-config-ckeditor5": "^1.0.5",
  14. "gulp": "^3.9.1",
  15. "guppy-pre-commit": "^0.4.0",
  16. "lodash-cli": "^4"
  17. },
  18. "engines": {
  19. "node": ">=6.0.0",
  20. "npm": ">=3.0.0"
  21. },
  22. "author": "CKSource (http://cksource.com/)",
  23. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  24. "homepage": "https://ckeditor5.github.io",
  25. "bugs": "https://github.com/ckeditor/ckeditor5-utils/issues",
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/ckeditor/ckeditor5-utils.git"
  29. }
  30. }