package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@ckeditor/ckeditor5-enter",
  3. "version": "0.10.0",
  4. "description": "Enter feature for CKEditor 5.",
  5. "keywords": [
  6. "ckeditor5",
  7. "ckeditor5-feature"
  8. ],
  9. "dependencies": {
  10. "@ckeditor/ckeditor5-core": "^1.0.0-alpha.1",
  11. "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.1",
  12. "@ckeditor/ckeditor5-utils": "^1.0.0-alpha.1"
  13. },
  14. "devDependencies": {
  15. "@ckeditor/ckeditor5-dev-lint": "^3.1.4",
  16. "@ckeditor/ckeditor5-basic-styles": "^1.0.0-alpha.1",
  17. "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.1",
  18. "@ckeditor/ckeditor5-heading": "^1.0.0-alpha.1",
  19. "@ckeditor/ckeditor5-typing": "^1.0.0-alpha.1",
  20. "@ckeditor/ckeditor5-undo": "^1.0.0-alpha.1",
  21. "eslint-config-ckeditor5": "^1.0.6",
  22. "gulp": "^3.9.1",
  23. "guppy-pre-commit": "^0.4.0"
  24. },
  25. "engines": {
  26. "node": ">=6.0.0",
  27. "npm": ">=3.0.0"
  28. },
  29. "author": "CKSource (http://cksource.com/)",
  30. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  31. "homepage": "https://ckeditor5.github.io",
  32. "bugs": "https://github.com/ckeditor/ckeditor5-enter/issues",
  33. "repository": {
  34. "type": "git",
  35. "url": "https://github.com/ckeditor/ckeditor5-enter.git"
  36. },
  37. "files": [
  38. "lang",
  39. "src",
  40. "theme"
  41. ]
  42. }