8
0

package.json 902 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@ckeditor/ckeditor5-markdown-gfm",
  3. "version": "1.0.0-alpha.1",
  4. "description": "GitHub Flavored Markdown data processor for CKEditor 5.",
  5. "keywords": [
  6. "ckeditor5",
  7. "ckeditor5-feature"
  8. ],
  9. "dependencies": {
  10. "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.1"
  11. },
  12. "devDependencies": {
  13. "@ckeditor/ckeditor5-dev-lint": "^3.1.4",
  14. "eslint-config-ckeditor5": "^1.0.6",
  15. "gulp": "^3.9.1",
  16. "guppy-pre-commit": "^0.4.0"
  17. },
  18. "engines": {
  19. "node": ">=6.0.0",
  20. "npm": ">=3.0.0"
  21. },
  22. "author": "CKSource (http://cksource.com/)",
  23. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  24. "homepage": "https://ckeditor5.github.io",
  25. "bugs": "https://github.com/ckeditor/ckeditor5-markdown-gfm/issues",
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/ckeditor/ckeditor5-markdown-gfm.git"
  29. },
  30. "files": [
  31. "lang",
  32. "src",
  33. "theme"
  34. ]
  35. }