{
  "name": "@devctrl/communicator",
  "version": "5.3.0",
  "description": "Base device communicator files",
  "bin": {
    "dcc": "./communicator.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/ufdwi/devctrl-communicator.git"
  },
  "author": "Chris Ribe",
  "license": "MIT",
  "homepage": "https://bitbucket.org/ufdwi/devctrl-communicator#readme",
  "dependencies": {
    "@devctrl/common": "^6.0.0",
    "@devctrl/lib-communicator": "^4.1.1",
    "@types/node": "^8.0.51",
    "@types/socket.io-client": "^1.4.31",
    "socket.io-client": "^2.0.4",
    "sprintf-js": "^1.1.1"
  }
}
