arpad
Version:
An implementation of the ELO Rating System
38 lines (37 loc) • 740 B
JSON
{
"name": "arpad",
"version": "2.0.0",
"description": "An implementation of the ELO Rating System",
"main": "index.js",
"scripts": {
"test": "node ./test/tests.js"
},
"keywords": [
"elo",
"arpad",
"rating",
"scoring",
"matchmaking",
"chess",
"pvp"
],
"author": "Thomas Hunter II <me@thomashunter.name>",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/tlhunter/node-arpad.git"
},
"bugs": {
"url": "https://github.com/tlhunter/node-arpad/issues"
},
"homepage": "https://github.com/tlhunter/node-arpad",
"devDependencies": {
"tape": "^4.6.3"
},
"engines": {
"node": ">=12.0.0"
}
}