package.json 811 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "ckeditor5-core",
  3. "version": "0.0.1-0.dev",
  4. "description": "CKEditor 5 Core Framework",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "dependencies": {},
  9. "devDependencies": {
  10. "git-guppy": "^1.0.1",
  11. "gulp": "^3.9.0",
  12. "gulp-filter": "^3.0.1",
  13. "gulp-jscs": "^3.0.2",
  14. "gulp-jshint": "^2.0.0",
  15. "guppy-pre-commit": "^0.3.0",
  16. "jshint": "^2.9.1",
  17. "jshint-reporter-jscs": "^0.1.0",
  18. "lodash-cli": "^3"
  19. },
  20. "engines": {
  21. "node": ">=5.0.0",
  22. "npm": ">=3.0.0"
  23. },
  24. "author": "CKSource (http://cksource.com/)",
  25. "license": "See LICENSE.md",
  26. "homepage": "https://github.com/ckeditor/ckeditor5-core",
  27. "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/ckeditor/ckeditor5-core.git"
  31. }
  32. }