{
  "name": "proper-compose",
  "version": "0.3.6",
  "description": "docker-compose wrapper supplying additional functionality",
  "main": "index.js",
  "bin": {
    "proper-compose": "./bin"
  },
  "scripts": {
    "prepublishOnly": "npm run test -s",
    "postpublish": "git push",
    "test": "mocha -u tdd --compilers coffee:coffee-register --slow 1000 --timeout 8000 test/test.coffee"
  },
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielkalen/proper-compose.git"
  },
  "author": "danielkalen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/danielkalen/proper-compose/issues"
  },
  "homepage": "https://github.com/danielkalen/proper-compose#readme",
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^2.3.0",
    "cli-table": "^0.3.1",
    "coffee-register": "^0.1.2",
    "docker-promise": "^0.1.1",
    "execa": "^0.8.0",
    "extend": "^3.0.1",
    "fast-memoize": "^2.2.8",
    "fs-jetpack": "^1.2.0",
    "indent": "0.0.2",
    "indent-string": "^3.2.0",
    "js-yaml": "^3.10.0",
    "log-update": "^2.3.0",
    "minimist": "^1.2.0",
    "mountenv": "^0.4.1",
    "p-event": "^1.3.0",
    "string-replace-async": "^1.2.1",
    "sugar": "^2.0.4",
    "which": "^1.3.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "convert-to-spaces": "^1.0.2",
    "mocha": "^3.5.3"
  }
}
