{
  "default": "mocha",
  "types": {
    "mocha": {
      "bin": "{bob}/node_modules/.bin/mocha",
      "opts": {
        "human": "--colors --reporter spec --recursive",
        "robot": "--reporter spec --recursive"
      },
      "args": "test/"
    },
    "npm": {
      "bin": "npm",
      "opts": "",
      "args": "test"
    }
  }
}