8
0

package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@ckeditor/ckeditor5-list",
  3. "version": "0.5.0",
  4. "description": "Introduces ordered and unordered lists feature to CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-engine": "^0.8.0",
  8. "@ckeditor/ckeditor5-core": "^0.7.0",
  9. "@ckeditor/ckeditor5-ui": "^0.7.1",
  10. "@ckeditor/ckeditor5-utils": "^0.8.0"
  11. },
  12. "devDependencies": {
  13. "@ckeditor/ckeditor5-dev-lint": "^2.0.2",
  14. "@ckeditor/ckeditor5-editor-classic": "^0.7.1",
  15. "@ckeditor/ckeditor5-enter": "^0.8.0",
  16. "@ckeditor/ckeditor5-heading": "^0.8.0",
  17. "@ckeditor/ckeditor5-paragraph": "^0.6.1",
  18. "@ckeditor/ckeditor5-typing": "^0.8.0",
  19. "@ckeditor/ckeditor5-undo": "^0.7.1",
  20. "gulp": "^3.9.0",
  21. "guppy-pre-commit": "^0.4.0"
  22. },
  23. "engines": {
  24. "node": ">=6.0.0",
  25. "npm": ">=3.0.0"
  26. },
  27. "author": "CKSource (http://cksource.com/)",
  28. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  29. "homepage": "https://ckeditor5.github.io",
  30. "bugs": "https://github.com/ckeditor/ckeditor5-list/issues",
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/ckeditor/ckeditor5-list.git"
  34. }
  35. }