8
0

package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "ckeditor5",
  3. "version": "5.0.0-0.dev",
  4. "description": "The development version of CKEditor; the best browser-based WYSIWYG editor.",
  5. "keywords": [
  6. "CKEditor",
  7. "Editor",
  8. "WYSIWYG"
  9. ],
  10. "dependencies": {
  11. "ckeditor5-core": "ckeditor/ckeditor5-core",
  12. "requirejs": "Reinmar/requirejs"
  13. },
  14. "devDependencies": {
  15. "almond": "^0.3.0",
  16. "babel-plugin-transform-es2015-modules-amd": "^6.1.18",
  17. "babel-plugin-transform-es2015-modules-commonjs": "^6.2.0",
  18. "benderjs": "^0.4.1",
  19. "benderjs-chai": "^0.2.0",
  20. "benderjs-coverage": "^0.2.1",
  21. "benderjs-mocha": "^0.3.0",
  22. "benderjs-promise": "^0.1.0",
  23. "benderjs-sinon": "^0.3.0",
  24. "chai": "^3.4.0",
  25. "del": "^2.0.2",
  26. "grunt": "^0",
  27. "grunt-contrib-jshint": "^0",
  28. "grunt-githooks": "^0",
  29. "grunt-jscs": "^2.0.0",
  30. "grunt-text-replace": "^0.4.0",
  31. "gulp": "^3.9.0",
  32. "gulp-babel": "^6.1.0",
  33. "gulp-mirror": "^0.4.0",
  34. "gulp-plumber": "^1.0.1",
  35. "gulp-rename": "^1.2.2",
  36. "gulp-sourcemaps": "^1.6.0",
  37. "gulp-util": "^3.0.7",
  38. "gulp-watch": "^4.3.5",
  39. "inquirer": "^0.11.0",
  40. "istanbul": "^0.4.1",
  41. "merge-stream": "^1.0.0",
  42. "minimist": "^1.2.0",
  43. "mocha": "^2.2.5",
  44. "multipipe": "^0.2.1",
  45. "ncp": "^2.0.0",
  46. "replace": "^0.3.0",
  47. "shelljs": "^0",
  48. "sinon": "^1.17.0"
  49. },
  50. "author": "CKSource (http://cksource.com/)",
  51. "license": "See LICENSE.md",
  52. "homepage": "http://ckeditor.com",
  53. "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  54. "repository": {
  55. "type": "git",
  56. "url": "https://github.com/ckeditor/ckeditor5.git"
  57. },
  58. "scripts": {
  59. "test": "mocha dev/tests",
  60. "coverage": "istanbul cover _mocha dev/tests/"
  61. }
  62. }