{
  "name": "node-chat-server",
  "version": "1.1.1",
  "description": "storage agnostic chat server for node",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "chat",
    "server",
    "node"
  ],
  "repository": "https://github.com/ido-ofir/node-chat-server.git",
  "author": "ido-ofir",
  "license": "ISC",
  "dependencies": {
    "ws": "^1.1.1"
  }
}
