8
0

package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@ckeditor/ckeditor-cloud-services-core",
  3. "version": "1.0.0",
  4. "description": "CKEditor Cloud Services Core API",
  5. "license": "GPL-2.0-or-later",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/ckeditor/ckeditor-cloud-services-core.git"
  9. },
  10. "author": "CKSource (http://cksource.com/)",
  11. "homepage": "http://ckeditor.com",
  12. "bugs": "https://github.com/ckeditor/ckeditor-cloud-services-core/issues",
  13. "scripts": {
  14. "test": "karma start --single-run",
  15. "lint": "eslint src tests"
  16. },
  17. "dependencies": {
  18. "@ckeditor/ckeditor5-utils": "^10.0.0"
  19. },
  20. "devDependencies": {
  21. "babel-core": "^6.26.0",
  22. "babel-loader": "^7.1.2",
  23. "babel-plugin-istanbul": "^4.1.5",
  24. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
  25. "chai": "^4.1.2",
  26. "eslint": "^4.7.1",
  27. "eslint-config-ckeditor5": "^1.0.6",
  28. "karma": "^1.7.1",
  29. "karma-chai": "^0.1.0",
  30. "karma-chrome-launcher": "^2.2.0",
  31. "karma-coverage": "^1.1.1",
  32. "karma-firefox-launcher": "^1.0.1",
  33. "karma-mocha": "^1.3.0",
  34. "karma-mocha-reporter": "^2.2.4",
  35. "karma-sinon": "^1.0.5",
  36. "karma-sourcemap-loader": "^0.3.7",
  37. "karma-webpack": "^2.0.4",
  38. "mocha": "^3.5.3",
  39. "sinon": "^3.3.0",
  40. "webpack": "^3.6.0"
  41. }
  42. }