package.json 854 B

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