| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@ckeditor/ckeditor-cloudservices-core",
- "version": "0.1.0",
- "description": "CKEditor Cloud Services Core API",
- "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
- "repository": {
- "type": "git",
- "url": "git@github.com:ckeditor/ckeditor-cloudservices-core.git"
- },
- "author": "CKSource (http://cksource.com/)",
- "bugs": "https://github.com/ckeditor/ckeditor-cloudservices-core/issues",
- "url": "https://github.com/ckeditor/ckeditor-cloudservices-core/issues",
- "homepage": "https://github.com/ckeditor/ckeditor-cloudservices-core#readme",
- "scripts": {
- "test": "karma start --single-run",
- "lint": "eslint src tests"
- },
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "^1.0.0-alpha.1"
- },
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-loader": "^7.1.2",
- "babel-plugin-istanbul": "^4.1.5",
- "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
- "chai": "^4.1.2",
- "eslint": "^4.7.1",
- "eslint-config-ckeditor5": "^1.0.6",
- "karma": "^1.7.1",
- "karma-chai": "^0.1.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.1",
- "karma-firefox-launcher": "^1.0.1",
- "karma-mocha": "^1.3.0",
- "karma-mocha-reporter": "^2.2.4",
- "karma-sinon": "^1.0.5",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-webpack": "^2.0.4",
- "mocha": "^3.5.3",
- "sinon": "^3.3.0",
- "webpack": "^3.6.0"
- }
- }
|