real-deal-deck-of-cards
Version:
28 lines (27 loc) • 615 B
JSON
{
"name": "real-deal-deck-of-cards",
"version": "1.3.3",
"description": "A deck of cards.",
"main": "index.js",
"directories": {
"test": "test",
"examples": "examples"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primozich/real-deal-deck-of-cards.git"
},
"keywords": [
"cards",
"deck"
],
"author": "Christian Primozich",
"license": "ISC",
"bugs": {
"url": "https://github.com/primozich/real-deal-deck-of-cards/issues"
},
"homepage": "https://github.com/primozich/real-deal-deck-of-cards#readme"
}