{
  "name": "tutorial-conway-life-t3",
  "version": "1.0.0",
  "description": "For the second tutorial, we're going to work with SVG, and CSS via SASS.",
  "main": "gameOfLife.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.une.edu.au:cosc360in2018/tutorial-conway-life-t2.git"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/d3": "^5.0.0",
    "typescript": "^2.9.2"
  },
  "dependencies": {}
}