Skip to content
Snippets Groups Projects
Select Git revision
  • 681772b0ca59b428d24da7b1f030db7b5ca295e7
  • master default protected
  • solution
3 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 519 B
    {
      "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": {}
    }