{
  "default": "mocha",
  "types": {
    "cmdt": {
      "bin": "{bob}/node_modules/cmdt/bin/cmdt",
      "opts": "--debug --base-dir .bob/test-integration/",
      "args": "run test-integration/"
    },
    "mocha": {
      "bin": "{bob}/node_modules/.bin/mocha",
      "opts": {
        "human": "--colors --reporter spec --recursive",
        "robot": "--reporter xunit --recursive"
      },
      "args": "test-integration/"
    }
  }
}