package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@ckeditor/ckeditor5-basic-styles",
  3. "version": "0.8.1",
  4. "description": "Basic styles feature for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-core": "^0.9.0",
  8. "@ckeditor/ckeditor5-engine": "^0.11.0",
  9. "@ckeditor/ckeditor5-ui": "^0.10.0"
  10. },
  11. "devDependencies": {
  12. "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
  13. "@ckeditor/ckeditor5-editor-classic": "^0.8.0",
  14. "@ckeditor/ckeditor5-paragraph": "^0.9.0",
  15. "@ckeditor/ckeditor5-presets": "^0.3.0",
  16. "@ckeditor/ckeditor5-utils": "^0.10.0",
  17. "eslint-config-ckeditor5": "^1.0.5",
  18. "gulp": "^3.9.1",
  19. "guppy-pre-commit": "^0.4.0"
  20. },
  21. "engines": {
  22. "node": ">=6.0.0",
  23. "npm": ">=3.0.0"
  24. },
  25. "author": "CKSource (http://cksource.com/)",
  26. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  27. "homepage": "https://ckeditor5.github.io",
  28. "bugs": "https://github.com/ckeditor/ckeditor5-basic-styles/issues",
  29. "repository": {
  30. "type": "git",
  31. "url": "https://github.com/ckeditor/ckeditor5-basic-styles.git"
  32. }
  33. }