odds-converter
Version:
convert odds between american, decimal, and fractional formats
25 lines (24 loc) • 524 B
JSON
{
"name": "odds-converter",
"version": "1.0.4",
"description": "convert odds between american, decimal, and fractional formats",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sports",
"odds",
"conversion",
"formulas"
],
"author": "Ryan Waits",
"repository": {
"type": "git",
"url": "https://github.com/ryanwaits/odds-converter"
},
"license": "ISC",
"dependencies": {
"fractional-arithmetic": "^1.2.0"
}
}