view repoint-project.json @ 33:b21704074c9c spect tip

Ensure default parameter values match the actual internal defaults
author Chris Cannam
date Fri, 07 Feb 2020 11:49:39 +0000
parents 337005419d92
children
line wrap: on
line source
{
    "config": {
        "extdir": "ext"
    },
    "services": {
        "soundsoftware": {
            "vcs": ["hg", "git"],
            "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
            "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
        }
    },
    "libraries": {
        "vamp-plugin-sdk": {
            "vcs": "hg",
            "service": "soundsoftware"
	},
        "bqvec": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        }
    }
}