{
  "name": "naked-websocket",
  "description": "Fastest WebSockets for node to node data exchange.",
  "version": "0.1.7",
  "main": "index.js",
  "homepage": "https://github.com/fluidecho/naked-websocket",
  "author": "Mark W. B. Ashcroft <mark@fluidecho.com> (http://fluidecho.com)",
  "contributors": [
    "Mark W. B. Ashcroft <mark@fluidecho.com>"
  ],
  "dependencies": {
    "preview": "~0.1.3"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/fluidecho/naked-websocket.git"
  },
  "bugs": {
    "url": "http://github.com/fluidecho/naked-websocket/issues",
    "email": "bugs@fluidecho.com"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "license": "MIT",
  "keywords": [
    "tcp",
    "net",
    "tls",
    "socket",
    "websocket",
    "naked",
    "ipc",
    "inter-process communications",
    "msgpack",
    "messagepack"
  ],
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "node test.js"
  }
}
