{
  "name": "eassy-tictactoe",
  "version": "0.0.3",
  "description": "Tic Tac Toe game api",
  "keywords": [
    "Tic-Tac-Toe",
    "game api",
    "game",
    "tic tac",
    "toe"
  ],
  "author": "jos <josiah.mokobo@andela.com\n>",
  "homepage": "https://github.com/jmnyarega/packagez",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "start": "index.js",
    "test": "jest",
    "test watch": "jest TicTacToe/__tests__/ --watch",
    "test cover": "jest --coverage"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jmnyarega/packagez"
  },
  "bugs": {
    "url": "https://github.com/jmnyarega/packagez/issues"
  }
}
