handranker-latest
Version:
poker hand ranking program
33 lines (32 loc) • 645 B
JSON
{
"name": "handranker-latest",
"version": "3.0.2",
"private": false,
"dependencies": {
"underscore": "^1.12.1"
},
"description": "poker hand ranking program",
"main": "lib/ranker.js",
"directories": {
"test": "test"
},
"devDependencies": {
"should": "1.2.2"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/sushiljainam/handranker.git"
},
"keywords": [
"poker",
"hand"
],
"author": "Logan Spears (loganjspears@gmail.com)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/sushiljainam/handranker/issues"
}
}