package.json 724 B

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