{
  "name": "clusty",
  "version": "0.5.1",
  "description": "Command line tools for working with a microservice cluster",
  "bin": {
    "clusty": "bin/clusty.js"
  },
  "repository": "bmancini55/clusty",
  "author": "Brian Mancini <bmancini@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "babel src --out-dir dist",
    "prepublish": "npm run build",
    "watch": "nodemon --ignore dist --exec \"npm run build\" src"
  },
  "dependencies": {
    "babel-polyfill": "^6.8.0",
    "cliff": "^0.1.10",
    "commander": "^2.9.0",
    "debug": "^2.2.0",
    "docker-names": "^1.0.0",
    "forever": "^0.15.1",
    "mz": "^2.4.0",
    "pad-left": "^2.1.0",
    "pidusage": "^1.0.1",
    "ps-tree": "^1.1.0",
    "timespan": "^2.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-eslint": "^6.0.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.8.0",
    "eslint": "^2.9.0",
    "nodemon": "^1.9.2"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ]
  }
}
