{
  "name": "blackjack-strategy",
  "version": "1.4.0",
  "description": "provides a suggested action for a player based on Basic Strategy",
  "main": "src/Suggestion.js",
  "scripts": {
    "test": "node test/suggestion.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gsdriver/blackjack-strategy"
  },
  "keywords": [
    "blackjack",
    "basic strategy",
    "games"
  ],
  "directories": {
    "doc": ".",
    "test": "test",
    "lib": "src"
  },
  "author": "Garrett Vargas <gsdriver@live.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gsdriver/blackjack-strategy/issues"
  }
}
