8
0

package.json 644 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "ckeditor5-engine",
  3. "version": "0.2.0",
  4. "description": "CKEditor 5 Editing Engine",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "dependencies": {},
  9. "devDependencies": {
  10. "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
  11. "gulp": "^3.9.0",
  12. "guppy-pre-commit": "^0.3.0"
  13. },
  14. "engines": {
  15. "node": ">=6.0.0",
  16. "npm": ">=3.0.0"
  17. },
  18. "author": "CKSource (http://cksource.com/)",
  19. "license": "See LICENSE.md",
  20. "homepage": "https://ckeditor5.github.io",
  21. "bugs": "https://github.com/ckeditor/ckeditor5-engine/issues",
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/ckeditor/ckeditor5-engine.git"
  25. }
  26. }