Allow multiple repositories to be configured for a project Repositories can be specified in the repositories section of the `project.apm` eg: ```json "repositories": [ { "name": "airnativeextensions", "location": "https://airnativeextensions.com/repository" } ] ```