{
  "author": "Troy Goode <troygoode@gmail.com> (https://github.com/troygoode/)",
  "name": "shuffle",
  "version": "0.2.5",
  "description": "node.js package for shuffling and dealing decks of cards (or anything else you'd like to shuffle)",
  "keywords": [
    "shuffle",
    "random",
    "cards",
    "games"
  ],
  "homepage": "https://github.com/troygoode/node-shuffle/",
  "repository": {
    "type": "git",
    "url": "git://github.com/troygoode/node-shuffle.git"
  },
  "contributors": [
    {
      "name": "Troy Goode",
      "email": "troygoode@gmail.com",
      "web": "https://github.com/troygoode/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TroyGoode/node-shuffle/issues"
  },
  "main": "./src/index.js",
  "directories": {
    "lib": "./src"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "^8.2.1",
    "should": "^13.2.3"
  },
  "scripts": {
    "test": "mocha",
    "start": "node example/blackjack.js"
  }
}
