{
  "name": "evented-game-of-life",
  "version": "0.1.0",
  "description": "Game of Life implementation",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mdobson/game-of-life.git"
  },
  "author": "Matthew Dobson <@mdobs>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mdobson/game-of-life/issues"
  },
  "homepage": "https://github.com/mdobson/game-of-life"
}
