{
  "name": "propokertools",
  "version": "1.0.0",
  "description": "ProPokerTools hand rankings for various poker games",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --compilers js:babel-register",
    "compile": "babel -d dist/ src/",
    "prepublish": "npm test && npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/openhud/propokertools.git"
  },
  "keywords": [
    "propokertools",
    "hand rankings",
    "poker",
    "calculator",
    "texas holdem",
    "omaha holdem",
    "nlh",
    "plo"
  ],
  "author": "Danny Leshem <dleshem@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openhud/propokertools/issues"
  },
  "homepage": "https://github.com/openhud/propokertools",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.21.0",
    "babel-eslint": "^7.1.1",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-plugin-transform-strict-mode": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-2": "^6.18.0",
    "babel-register": "^6.18.0",
    "chai": "^3.5.0",
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "@openhud/helpers": "^1.0.5"
  },
  "directories": {
    "test": "test"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
