{
  "name": "@exercise/challenge-0",
  "version": "1.0.0",
  "main": "server.js",
  "dependencies": {},
  "scripts": {
    "start": "node server.js"
  },
  "readme": "# Exercise\n\nFor the first challenge you should combine all the things that you have learned so far about WebGL to draw a single triangle to the screen.\n\nThe coordinates for the vertices of the triangle should be:\n\n* `(0,1)`\n* `(-1,0)`\n* `(1,0)`\n\nin normalized screen coordinates.\n\nThe triangle should be blue and the background should be yellow.\n\nGood luck!\n",
  "readmeFilename": "README.md",
  "description": "For the first challenge you should combine all the things that you have learned so far about WebGL to draw a single triangle to the screen.",
  "_id": "@exercise/challenge-0@1.0.0",
  "_shasum": "0ad9899e1c8aa06dd1d244d2f066539c51382385",
  "_from": "exercises/challenge-0",
  "_resolved": "file:exercises/challenge-0"
}
