8
0

package.json 685 B

123456789101112131415161718192021222324
  1. {
  2. "name": "ckeditor5-autoformat",
  3. "version": "0.0.1",
  4. "description": "Replaces predefined characters with corresponding structures.",
  5. "keywords": [],
  6. "dependencies": {},
  7. "devDependencies": {
  8. "gulp": "^3.9.0",
  9. "guppy-pre-commit": "^0.3.0",
  10. "ckeditor5-dev-lint": "ckeditor/ckeditor5-dev-lint"
  11. },
  12. "engines": {
  13. "node": ">=5.0.0",
  14. "npm": ">=3.0.0"
  15. },
  16. "author": "CKSource (http://cksource.com/)",
  17. "license": "See LICENSE.md",
  18. "homepage": "https://ckeditor5.github.io",
  19. "bugs": "https://github.com/ckeditor/ckeditor5-autoformat/issues",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/ckeditor/ckeditor5-autoformat.git"
  23. }
  24. }