{
  "all repos": {
    "*": true
  },
  "two repos": {
    "vjs": true,
    "vui": true
  },
  "repo with branches": {
    "git-spy-tests": {
      "master": true,
      "develop": true
    }
  },
  "branch with files": {
    "git-spy-tests": {
      "master": {
        "package.json": true,
        "something.json": true
      },
      "develop": {
        "package.json": true,
        "lib/input/index.js": true
      }
    }
  },
  "file with fields": {
    "git-spy-tests": {
      "master": {
        "package.json": {
            "gaston.something": true
          },
        "something.json": true
      },
      "develop": {
        "package.json": true,
        "lib/input/index.js": true
      }
    }
  }
}