{
  "name": "y-websockets-server",
  "version": "9.2.1",
  "description": "Websockets Connector for Yjs (node server)",
  "main": "./src/y-websockets-server.js",
  "bin": "./src/server.js",
  "scripts": {
    "test": "node --harmony ./node_modules/.bin/gulp test",
    "lint": "./node_modules/.bin/standard",
    "start": "DEBUG=y*,-y:connector-message node ./src/server.js"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "standard": {
    "parser": "babel-eslint",
    "ignore": [
      "build/**",
      "dist/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/y-js/y-websockets-server.git"
  },
  "keywords": [
    "Yjs",
    "OT",
    "Collaboration",
    "Synchronization",
    "ShareJS",
    "Coweb",
    "Concurrency"
  ],
  "author": "Kevin Jahns <kevin.jahns@rwth-aachen.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/y-js/y-websockets-server/issues"
  },
  "homepage": "http://y-js.org",
  "dependencies": {
    "minimist": "^1.2.0",
    "socket.io": "1.3.7",
    "y-memory": "^8.0.0",
    "yjs": "^12.1.6"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.4",
    "fs": "0.0.2",
    "gulp": "^3.9.0",
    "gulp-load-plugins": "^1.1.0",
    "gulp-prompt": "^0.1.2",
    "http": "0.0.0",
    "pre-commit": "^1.1.2",
    "run-sequence": "^1.1.4",
    "standard": "^5.3.1"
  }
}
