trueskill
Version:
JavaScript implementation of the TrueSkill ranking system
34 lines • 829 B
JSON
{
"name": "trueskill",
"version": "0.0.2",
"description": "JavaScript implementation of the TrueSkill ranking system",
"homepage": "https://github.com/freethenation/node-trueskill",
"keywords": [
"trueskill",
"ranking",
"skill",
"true",
"coffeescript"
],
"author": "Richard Klafter <rpklafter@yahoo.com>",
"contributors": [
{
"name": "Richard Klafter",
"email": "rpklafter@yahoo.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/freethenation/node-trueskill.git"
},
"dependencies": {
"free-gaussian": "0.1.0"
},
"devDependencies": {
"coffee-script": "= 1.3.3"
},
"main": "trueskill",
"engines": {
"node": ">= 0.4.0"
}
}