{
  "name": "poker-evaluatehand",
  "version": "0.3.4",
  "description": "A library to evaluate 3, 5, 6 or 7 card poker hands (Updated from poker-evaluator)",
  "homepage": "http://github.com/Sukhmai/poker-evaluatehand",
  "keywords": ["poker", "games", "evaluate", "rank"],
  "author": "David Chen <chenosaurus@gmail.com>",
  "contributors": [
    {
      "name": "Andreas Brekken",
      "email": "a@abrkn.com"
    }, {
      "name": "Sukhmai Kapur",
      "email": "sukhmai.kapur@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Sukhmai/poker-evaluatehand.git"
  },
  "dependencies": {},
  "scripts": {
    "test": "jest && node test/speedtest.js"
  },
  "devDependencies": {
    "jest": "^20.0.4"
  },
  "main": "./lib/PokerEvaluator.js",
  "engines": {
    "node": ">= 0.6.0"
  }
}
