@segdehanpm/rcv
Version:
Facilitate ranked-choice voting using an instant-runoff algorithm
18 lines (17 loc) • 386 B
JSON
{
"name": "@segdehanpm/rcv",
"version": "1.0.1",
"description": "Facilitate ranked-choice voting using an instant-runoff algorithm",
"keywords": [
"ranked-choice",
"voting",
"instant-runoff"
],
"license": "MIT",
"author": "Andrew Hedges",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}