{
  "name": "",
  "version": "0.0.0",
  "description": "",
  "directories": {
    "bin": "bin",
    "doc": "docs",
    "test": "test",
    "example": "examples"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "dependencies": {
    "minimist": "^1.2.0",
    "tabtab": "^1.3.2"
  },
  "devDependencies": {
    "gentle-cli": "^1.0.3",
    "mocha": "^2.5.2",
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.9.0",
    "bake-cli": "0.0.4",
    "eslint": "^2.10.2",
    "eslint-config-standard": "^5.3.1",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "mocha": "^2.5.2",
    "standard-version": "^2.2.1",
    "watchd": "github:mklabs/watchd"
  },
  "bake": {
    "description": "Generate a basic CLI setup",
    "scripts": {
      "install": "npm install --loglevel http --cache-min Infinity",
      "preinstall": "echo Installing dependencies ...",
      "postinstall": "npm ls --depth 1"
    }
  }
}
