{
  "name": "tic-tac-toe",
  "version": "1.1.2",
  "description": "tic tac toe on the command line using node.js",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://blakerobinson@bitbucket.org/blakerobinson/tictactoe.git"
  },
  "bin": {
    "tic-tac-toe": "index.js"
  },
  "keywords": [
    "tic",
    "tac",
    "toe"
  ],
  "author": "Blake Robinson",
  "license": "MIT",
  "homepage": "https://bitbucket.org/blakerobinson/tictactoe#readme",
  "dependencies": {
    "commander": "^2.9.0"
  }
}
