8
0

package.json 1.4 KB

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