package.json 682 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@ckeditor/ckeditor5-editor-inline",
  3. "version": "0.0.1",
  4. "description": "Inline editor for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. },
  8. "devDependencies": {
  9. "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
  10. "gulp": "^3.9.0",
  11. "guppy-pre-commit": "^0.4.0"
  12. },
  13. "engines": {
  14. "node": ">=6.0.0",
  15. "npm": ">=3.0.0"
  16. },
  17. "author": "CKSource (http://cksource.com/)",
  18. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  19. "homepage": "https://ckeditor5.github.io",
  20. "bugs": "https://github.com/ckeditor/ckeditor5-editor-inline/issues",
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/ckeditor/ckeditor5-editor-inline.git"
  24. }
  25. }