{
  "name": "@ck5/npm-vue-ckeditor5",
  "version": "1.0.4",
  "main": "dist/ckeditor.js",
  "description": "Official Vue.js component for CKEditor 5 – the best browser-based rich text editor.",
  "keywords": [
    "wysiwyg",
    "rich text",
    "editor",
    "html",
    "contentEditable",
    "editing",
    "vue",
    "vue.js",
    "vue component",
    "vue.js component",
    "ckeditor",
    "ckeditor5",
    "ckeditor 5"
  ],
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.3.1",
    "@ckeditor/ckeditor5-build-classic": "^11.0.1",
    "@ckeditor/ckeditor5-dev-env": "^13.0.2",
    "@ckeditor/ckeditor5-dev-utils": "^11.0.1",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-loader": "^8.0.5",
    "chai": "^4.1.2",
    "eslint": "^5.5.0",
    "eslint-config-ckeditor5": "^1.0.8",
    "istanbul-instrumenter-loader": "^3.0.0",
    "karma": "^4.0.0",
    "karma-browserstack-launcher": "^1.3.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-coveralls": "^2.0.0",
    "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": "^3.0.0",
    "lodash-es": "^4.17.11",
    "minimist": "^1.2.0",
    "mocha": "^5.2.0",
    "sinon": "^7.2.3",
    "uglifyjs-webpack-plugin": "^1.2.7",
    "vue": "^2.5.17",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.16.0",
    "webpack-cli": "^3.1.0"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.7.1"
  },
  "scripts": {
    "build": "webpack --mode production",
    "develop": "webpack --mode development --watch",
    "changelog": "node ./scripts/changelog.js",
    "prerelease": "npm run build; if [ -n \"$(git status dist/ --porcelain)\" ]; then git add -u dist/ && git commit -m 'Internal: Build.'; fi",
    "release": "node ./scripts/release.js",
    "test": "node ./scripts/test.js",
    "coverage": "node ./scripts/test.js --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ckeditor/ckeditor5-vue.git"
  },
  "author": "CKSource (http://cksource.com/)",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/ckeditor/ckeditor5-vue/issues"
  },
  "homepage": "https://github.com/ckeditor/ckeditor5-vue",
  "dependencies": {
    "@ck5/ckeditor5": "^1.0.3"
  }
}
