pcc-tournament-pairs
Version:
Tiny swiss pairing library with basic deterministic functionality
27 lines (26 loc) • 614 B
JSON
{
"name": "pcc-tournament-pairs",
"version": "1.3.0",
"description": "Tiny swiss pairing library with basic deterministic functionality",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@https://github.com/riyan10dec/pcc-tournament-pairs"
},
"keywords": [
"swiss",
"pairing",
"pairings",
"tournament",
"pcc"
],
"author": "Riyan Hutomo",
"license": "MIT",
"homepage": "https://github.com/riyan10dec/pcc-tournament-pairs#readme",
"dependencies": {
"edmonds-blossom": "^1.0.0"
}
}