poker-ranking
Version:
provides a rank for a poker hand, potentially including wildcards
28 lines (27 loc) • 581 B
JSON
{
"name": "poker-ranking",
"version": "1.1.3",
"description": "provides a rank for a poker hand, potentially including wildcards",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gsdriver/poker-ranking"
},
"keywords": [
"poker",
"games"
],
"directories": {
"doc": ".",
"test": "test",
"lib": "src"
},
"author": "Garrett Vargas <gsdriver@live.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gsdriver/poker-ranking/issues"
}
}