poker-bitvaljs
Version:
High-performance poker hand evaluator optimized for browser environments, using bitwise operations for rapid poker hand analysis and equity calculations.
29 lines (28 loc) • 665 B
JSON
{
"name": "poker-bitvaljs",
"version": "1.0.1",
"description": "High-performance poker hand evaluator optimized for browser environments, using bitwise operations for rapid poker hand analysis and equity calculations.",
"main": "bitval.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"poker",
"hand",
"evaluator",
"bitwise",
"equity",
"simulation",
"texas-holdem"
],
"author": "Darragh Geoghegan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DarraghGeo/poker-bitvaljs.git"
},
"files": [
"bitval.js",
"README.md"
]
}