{
  "name": "contract-bridge",
  "version": "3.2.1",
  "description": "Contract Bridge scoring, movements, dealer and statistics.",
  "main": "index.js",
  "repository": "https://github.com/jfklorenz/Bridge-Package.git",
  "author": "Julian Lorenz",
  "contributors": [
    "Hannes Leutloff <leutloff@marvelous.systems>",
    "Noah Hummel <hummel@marvelous.systems>"
  ],
  "keywords": [
    "contract",
    "bridge",
    "contractbridge",
    "cards",
    "cardgame"
  ],
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "expect.js": "^0.3.1",
    "jest": "^24.9.0",
    "webpack": "^4.40.2",
    "webpack-cli": "^3.3.9"
  },
  "scripts": {
    "test": "jest"
  },
  "dependencies": {}
}
