summaryrefslogtreecommitdiff
path: root/doc/number-guessing-bot/etc/repos.template.json
blob: 017a9924e841ae843085f2b5f7766c9330bf72d7 (plain)
1
2
3
4
5
6
7
8
{ "main": "bot"
, "repositories":
  { "bot":
    { "repository": {"type": "file", "path": "."}
    , "bindings": {"rules-cc": "rules-cc", "guessing_game": "guessing_game"}
    }
  }
}