{
  "name": "meshblu-connector-installer-debian",
  "version": "2.0.3",
  "description": "Build a debian installer for a meshblu connector",
  "main": "index.js",
  "bin": {
    "meshblu-connector-installer-debian": "./command.js"
  },
  "scripts": {
    "test": "exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/meshblu-connector-installer-debian.git"
  },
  "keywords": [
    "meshblu",
    "meshblu-connector"
  ],
  "author": "Octoblu <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-connector-installer-debian/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-connector-installer-debian#readme",
  "dependencies": {
    "bluebird": "^3.5.0",
    "chalk": "^2.0.1",
    "debug": "^2.6.8",
    "fs-extra": "^3.0.1",
    "json-template-files": "^1.0.2",
    "octodash": "^1.3.1",
    "ora": "^1.3.0",
    "tmp": "^0.0.31"
  }
}