{
  "name": "meshblu-websocket",
  "version": "4.0.0",
  "description": "Pure websocket implementation of the Meshblu client",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/octoblu/meshblu-websocket.git"
  },
  "keywords": [
    "Meshblu",
    "Octoblu",
    "websockets"
  ],
  "author": "Octoblu Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-websocket/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-websocket",
  "devDependencies": {
    "chai": "^2.3.0",
    "mocha": "^2.2.5",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0"
  },
  "dependencies": {
    "coffee-script": "^1.9.3",
    "debug": "^2.2.0",
    "eventemitter2": "^0.4.14",
    "lodash": "^4.16.3",
    "ws": "^1.0.0"
  }
}
