{
  "name": "hubot-sock",
  "version": "0.0.3",
  "description": "An adapter for Hubot to work via HTTP using WebSocket technology.",
  "main": "index.coffee",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/hubot2use/adapter-sock.git"
  },
  "keywords": [
    "hubot",
    "adapter",
    "sock",
    "http",
    "socket",
    "websocket",
    "json"
  ],
  "author": "TAYAA Med Amine <amine@tayaa.me>",
  "license": "MIT",
  "homepage": "https://bitbucket.org/hubot2use/adapter-sock#readme",
  "dependencies": {
    "hubot2use": "^0.0.1",
    "socket.io": "^4.0.0"
  }
}
