8
0

package.json 769 B

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