cardshoe
Version:
Card shoe of Table based games with 52 cards.
32 lines (31 loc) • 676 B
JSON
{
"dependencies": {
"mocha": "^10.1.0"
},
"name": "cardshoe",
"version": "1.0.8",
"description": "Card shoe of Table based games with 52 cards.",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chetansu/cardshoe.git"
},
"keywords": [
"card shoe",
"card suit",
"poker",
"rummy",
"card games",
"Blackjack"
],
"author": "Chetan Suri",
"license": "ISC",
"bugs": {
"url": "https://github.com/chetansu/cardshoe/issues"
},
"homepage": "https://github.com/chetansu/cardshoe#readme"
}