{
  "name": "miks-collaborative-editor",
  "version": "0.3.7",
  "description": "A collaborative editor that supports authorship display, image uploading placeholder and CJK characters composition based on Quill and ShareDB.",
  "main": "editor.js",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "start": "webpack-dev-server --open"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/we-miks/collaborative-editor.git"
  },
  "keywords": [
    "collaborative editor",
    "operational transformation",
    "ot",
    "quill",
    "sharedb",
    "authorship"
  ],
  "author": "Miks",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/we-miks/collaborative-editor/issues"
  },
  "homepage": "https://github.com/we-miks/collaborative-editor#readme",
  "dependencies": {
    "lodash": "^4.17.20",
    "normalize-url": "^4.5.0",
    "quill": "^1.3.7",
    "quill-image-drop-and-paste": "^1.1.1",
    "reconnecting-websocket": "^4.4.0",
    "rich-text": "^4.1.0",
    "sharedb": "^1.5.2"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@teamwork/websocket-json-stream": "^2.0.0",
    "babel-loader": "^8.2.2",
    "css-loader": "^3.6.0",
    "express": "^4.17.1",
    "html-loader": "^1.3.2",
    "html-webpack-plugin": "^4.5.0",
    "style-loader": "^1.3.0",
    "stylus": "^0.54.8",
    "stylus-loader": "^3.0.2",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0",
    "ws": "^7.4.1"
  }
}
