Mercurial > hg > vamp-fanchirp
annotate 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 |
rev | line source |
---|---|
Chris@13 | 1 { |
Chris@13 | 2 "config": { |
Chris@13 | 3 "extdir": "ext" |
Chris@13 | 4 }, |
Chris@13 | 5 "services": { |
Chris@13 | 6 "soundsoftware": { |
Chris@13 | 7 "vcs": ["hg", "git"], |
Chris@13 | 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}", |
Chris@13 | 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}" |
Chris@13 | 10 } |
Chris@13 | 11 }, |
Chris@13 | 12 "libraries": { |
Chris@26 | 13 "vamp-plugin-sdk": { |
Chris@26 | 14 "vcs": "hg", |
Chris@26 | 15 "service": "soundsoftware" |
Chris@26 | 16 }, |
Chris@13 | 17 "bqvec": { |
Chris@13 | 18 "vcs": "hg", |
Chris@30 | 19 "service": "sourcehut", |
Chris@13 | 20 "owner": "breakfastquay" |
Chris@13 | 21 } |
Chris@13 | 22 } |
Chris@13 | 23 } |