{
  "name": "meshblu-connector-runner",
  "version": "12.0.1",
  "description": "Meshblu connector runner",
  "main": "lib/index.js",
  "scripts": {
    "build": "coffee --compile --map --output lib/ src/",
    "test": "mocha",
    "coverage": "nyc npm test",
    "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
    "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
  },
  "bin": {
    "meshblu-connector-runner": "./dist-command.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/meshblu-connector-runner.git"
  },
  "keywords": [
    "Meshblu",
    "connector",
    "runner"
  ],
  "author": "Octoblu, Inc. <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-connector-runner/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-connector-runner#readme",
  "devDependencies": {
    "chai": "^4.0.1",
    "coffee-script": "^1.12.6",
    "fs-cson": "^0.3.2",
    "mocha": "^3.4.2",
    "mocha-multi": "^0.11.0",
    "mocha-osx-reporter": "^0.1.2",
    "nyc": "^11.0.3",
    "portfinder": "^1.0.13",
    "server-destroy": "^1.0.1",
    "shmock": "^0.8.1",
    "sinon": "^2.3.5",
    "sinon-chai": "^2.10.0",
    "socket.io": "^2.0.2"
  },
  "dependencies": {
    "async": "^2.5.0",
    "dashdash": "^1.14.1",
    "fs-extra": "^3.0.1",
    "glob": "^7.1.2",
    "is-running": "^2.0.0",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.4",
    "meshblu": "^3.0.5",
    "meshblu-config": "^8.0.1",
    "meshblu-http": "^10.0.4",
    "moment": "^2.18.1",
    "path-exists": "^3.0.0"
  },
  "optionalDependencies": {
    "bunyan": "^1.8.10"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}
