{
  "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": {
    "build": "webpack",
    "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",
    "css-loader": "^1.0.0",
    "ts-loader": "^4.4.2",
    "typescript": "^2.9.2",
    "vue": "^2.5.16",
    "vue-loader": "^15.2.6",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.16.3"
  },
  "dependencies": {
    "d3": "^5.5.0",
    "webpack-cli": "^3.1.0"
  }
}