{
  "name": "@kapitchi/bb-box",
  "version": "0.17.0",
  "description": "Development box",
  "main": "es5/src/index.js",
  "bin": {
    "bbox": "./bin/bbox.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "echo \"Error: no build specified\" && exit 1"
  },
  "author": "Matus Zeman <matus.zeman@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@kapitchi/bb-dic": "1.5.2",
    "@kapitchi/bb-service": "^1.4.0",
    "bluebird": "^3.5.0",
    "commander": "^2.11.0",
    "dockerode": "^2.5.1",
    "globby": "^6.1.0",
    "inquirer": "^3.3.0",
    "ip": "^1.1.5",
    "joi": "^11.0.2",
    "lodash": "^4.17.4",
    "shelljs": "^0.7.8",
    "yamljs": "^0.3.0"
  },
  "peerDependencies": {
    "pm2": ">2.4"
  },
  "engines": {
    "node": ">=7.6.0"
  },
  "files": [
    "src",
    "bin"
  ],
  "bugs": {
    "url": "https://github.com/matuszeman/bb-box/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/matuszeman/bb-box"
  },
  "devDependencies": {}
}
