Select Git revision
package.json
-
Will Billingsley authoredWill Billingsley authored
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": {}
}