{
  "name": "chat",
  "version": "1.0.0",
  "description": "chat program",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "chat"
  ],
  "author": "Raven Studios X",
  "license": "ISC",
  "dependencies": {
    "express": "^4.14.1",
    "nodemon": "^1.11.0",
    "socket.io": "^1.7.2"
  }
}
