{
  "name": "docker-cli-js",
  "version": "1.0.7",
  "description": "A wrapper for the docker CLI",
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Quobject/docker-cli-js.git"
  },
  "keywords": [
    "docker"
  ],
  "author": "Matthias Ludwig <mludwig@quobject.io>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Quobject/docker-cli-js/issues"
  },
  "homepage": "https://github.com/Quobject/docker-cli-js",
  "devDependencies": {
    "grunt-shell": "~1.1.2",
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "~0.11.3",
    "mocha": "~2.3.3",
    "grunt-mocha-test": "~0.12.7",
    "should": "~7.1.0",
    "chai": "~3.3.0",
    "dockermachine": "0.0.5"
  },
  "dependencies": {
    "lodash": "~3.10.1",
    "bluebird": "~2.10.1",
    "debug": "~2.2.0",
    "cli-table-2-json": "~1.0.0",
    "dockermachine-cli-js": "~1.0.2"
  }
}
