{
  "name": "meshblu-mindwave",
  "repository": "octoblu/meshblu-mindwave",
  "version": "1.3.3",
  "main": "connector.js",
  "scripts": {
    "preinstall": "node -e \"try{require('./skip-install.js')}catch(e){}\"",
    "start": "node command.js",
    "test": "exit 0"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "lodash": "^3.10.1",
    "meshblu": "^1.30.1",
    "meshblu-config": "^3.1.1",
    "node-thinkgear-sockets": "0.0.1",
    "when": "^3.7.3"
  },
  "bundledDependencies": [
    "request",
    "tar",
    "fstream"
  ],
  "platformDependencies": {
    "darwin": [
      "xcode",
      "bluetooth"
    ],
    "win32": [
      "Python 2.7",
      "Visual Studio (Express)",
      "bluetooth"
    ],
    "win64": [
      "Python 2.7",
      "Visual Studio (Express)",
      "bluetooth"
    ],
    "linux": null,
    "android": null,
    "ios": null
  },
  "license": "MIT",
  "keywords": [
    "meshblu-connector",
    "gateblu"
  ]
}