blackjack-strategy
Version:
provides a suggested action for a player based on Basic Strategy
29 lines (28 loc) • 641 B
JSON
{
"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"
}
}