package.json 1.4 KB

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