cactus-josh
Version:
An implementation of the CactusKev poker hand evaluator
22 lines (21 loc) • 536 B
JSON
{
"name": "cactus-josh",
"version": "0.0.2",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest",
"cli": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josh-frank/cactus-josh.git"
},
"keywords": [ "poker" ],
"author": "Josh Frank",
"bugs": {
"url": "https://github.com/josh-frank/cactus-josh/issues"
},
"homepage": "https://github.com/josh-frank/cactus-josh#readme",
"description": "An implementation of the CactusKev poker hand evaluator"
}