{ "name": "ckeditor5", "version": "5.0.0-0.dev", "description": "The development version of CKEditor; the best browser-based WYSIWYG editor.", "keywords": [ "CKEditor", "Editor", "WYSIWYG" ], "dependencies": { "ckeditor5-core": "ckeditor/ckeditor5-core", "ckeditor5-plugin-devtest": "ckeditor/ckeditor5-plugin-devtest", "requirejs": "~2.1" }, "devDependencies": { "almond": "^0.3.0", "babel-plugin-transform-es2015-modules-amd": "^6.1.18", "babel-plugin-transform-es2015-modules-commonjs": "^6.2.0", "benderjs": "^0.4.1", "benderjs-chai": "^0.2.0", "benderjs-coverage": "^0.2.1", "benderjs-mocha": "^0.3.0", "benderjs-promise": "^0.1.0", "benderjs-sinon": "^0.3.0", "chai": "^3.4.0", "del": "^2.0.2", "grunt": "^0", "grunt-contrib-jshint": "^0", "grunt-githooks": "^0", "grunt-jscs": "^2.0.0", "grunt-text-replace": "^0.4.0", "gulp": "^3.9.0", "gulp-babel": "^6.1.0", "gulp-mirror": "^0.4.0", "gulp-plumber": "^1.0.1", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-util": "^3.0.7", "gulp-watch": "^4.3.5", "inquirer": "^0.11.0", "istanbul": "^0.4.1", "merge-stream": "^1.0.0", "minimist": "^1.2.0", "mocha": "^2.2.5", "multipipe": "^0.2.1", "ncp": "^2.0.0", "replace": "^0.3.0", "shelljs": "^0", "sinon": "^1.17.0" }, "author": "CKSource (http://cksource.com/)", "license": "See LICENSE.md", "homepage": "http://ckeditor.com", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5.git" }, "scripts": { "test": "mocha dev/tests", "coverage": "istanbul cover _mocha dev/tests/" } }