package.json 722 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "ckeditor5-utils",
  3. "version": "0.6.0",
  4. "description": "CKEditor 5 Utils",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "devDependencies": {
  9. "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
  10. "ckeditor5-core": "ckeditor/ckeditor5-core",
  11. "del": "^2.2.0",
  12. "gulp": "^3.9.0",
  13. "guppy-pre-commit": "^0.4.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": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  22. "homepage": "https://ckeditor5.github.io",
  23. "bugs": "https://github.com/ckeditor/ckeditor5-utils/issues",
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/ckeditor/ckeditor5-utils.git"
  27. }
  28. }