{
  "name": "meshblu-citrix-receiver",
  "repository": "octoblu/meshblu-citrix-receiver",
  "version": "2.0.6",
  "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"
  },
  "bundledDependencies": [
    "request",
    "tar",
    "fstream"
  ],
  "platformDependencies": {
    "darwin": [],
    "win32": [],
    "win64": [],
    "linux": null,
    "android": null,
    "ios": null
  },
  "license": "MIT",
  "keywords": [
    "meshblu-connector",
    "gateblu"
  ],
  "devDependencies": {
    "chai": "^3.2.0",
    "coffee-script": "^1.10.0",
    "mocha": "^2.3.2",
    "sinon": "^1.16.1",
    "sinon-chai": "^2.8.0"
  }
}