@pelevesque/elo
Version:
Calculates Elo rating.
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "@pelevesque/elo",
"version": "2.0.9",
"description": "Calculates Elo rating.",
"main": "index.js",
"scripts": {
"test": "standard && mocha --reporter spec && node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"standard": "standard",
"unit": "mocha --reporter spec"
},
"engines": {
"node": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pelevesque/elo.git"
},
"keywords": [
"math",
"elo",
"rating",
"arpad",
"chess",
"go",
"game"
],
"author": "Pierre-Emmanuel Lévesque <pierre.e.levesque@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pelevesque/elo/issues"
},
"homepage": "https://github.com/pelevesque/elo#readme",
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"istanbul": "^0.4.5",
"mocha": "^7.0.1",
"standard": "^14.3.1"
}
}