{
  "name": "basket-simulation-club",
  "version": "0.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha",
    "start": "node index.js"
  },
  "author": "Jeremy Fourna <jeremyfourna@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "basket-simulation-player": "0.0.4",
    "basket-simulation-utils": "0.0.6",
    "ramda": "^0.25.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "nyc": "^11.3.0"
  }
}
