package.json 794 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@ckeditor/ckeditor5-core",
  3. "version": "0.8.1",
  4. "description": "",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-engine": "^0.10.0",
  8. "@ckeditor/ckeditor5-utils": "^0.9.1"
  9. },
  10. "devDependencies": {
  11. "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
  12. "@ckeditor/ckeditor5-ui": "^0.9.0",
  13. "eslint-config-ckeditor5": "^1.0.0",
  14. "gulp": "^3.9.1",
  15. "guppy-pre-commit": "^0.4.0"
  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-core/issues",
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/ckeditor/ckeditor5-core.git"
  28. }
  29. }