{
  "name": "meshblu-server-websocket",
  "version": "1.2.1",
  "description": "Websocket Protocol Adapter for Meshblu",
  "main": "index.js",
  "scripts": {
    "start": "node command.js",
    "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/meshblu-server-websocket.git"
  },
  "author": "Octoblu, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-server-websocket/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-server-websocket#readme",
  "keywords": [
    "meshblu"
  ],
  "devDependencies": {
    "chai": "^3.4.0",
    "coffee-coverage": "^0.7.0",
    "coffee-script": "^1.10.0",
    "fakeredis": "^0.3.4",
    "istanbul": "^0.4.0",
    "meshblu-websocket": "^2.3.8",
    "mocha": "^2.3.3",
    "mocha-istanbul": "^0.2.0",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "@octoblu/redis-ns": "^0.1.2",
    "debug": "^2.2.0",
    "faye-websocket": "^0.10.0",
    "generic-pool": "^2.2.1",
    "lodash": "^3.10.1",
    "meshblu-config": "^3.1.1",
    "meshblu-core-job-manager": "^3.1.4",
    "meshblu-websocket": "^2.3.0",
    "redis": "^2.3.0"
  }
}