node-blackjack
Version:
A simple blackjack game in your terminial with node
22 lines (21 loc) • 398 B
JSON
{
"name": "node-blackjack",
"version": "1.0.5",
"description": "A simple blackjack game in your terminial with node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"blackjack",
"black",
"jack",
"card",
"game",
"console",
"terminal"
],
"author": "jildert",
"license": "ISC"
}