8
0

package.json 838 B

123456789101112131415161718192021222324252627282930313233
  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. "gulp-util": "^3.0.7",
  16. "guppy-pre-commit": "^0.3.0",
  17. "jshint": "^2.9.1",
  18. "jshint-reporter-jscs": "^0.1.0",
  19. "lodash-cli": "^4"
  20. },
  21. "engines": {
  22. "node": ">=5.0.0",
  23. "npm": ">=3.0.0"
  24. },
  25. "author": "CKSource (http://cksource.com/)",
  26. "license": "See LICENSE.md",
  27. "homepage": "https://github.com/ckeditor/ckeditor5-core",
  28. "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
  29. "repository": {
  30. "type": "git",
  31. "url": "https://github.com/ckeditor/ckeditor5-core.git"
  32. }
  33. }