{
  "name": "webgl-workshop",
  "version": "1.2.1",
  "description": "Boilerplate for frontend-focused NodeSchool lessons",
  "main": "node.js",
  "license": "MIT",
  "bin": {
    "webgl-workshop": "node.js"
  },
  "contributors": [
    "Mikola Lysenko",
    "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)"
  ],
  "scripts": {
    "start": "node node.js",
    "dev": "linklocal -r && node node.js --yes --no-open",
    "clean": "rm -rf node_modules {workshop,exercises}/*/node_modules",
    "update-subdeps": "npm install --save workshop/* exercises/*",
    "pack": "make pack"
  },
  "dependencies": {
    "beefy": "^2.1.1",
    "bl": "^0.9.3",
    "brfs": "^1.2.0",
    "browser-menu": "^1.0.1",
    "browserify": "^6.3.2",
    "brstar": "^0.1.0",
    "bunny": "^1.0.1",
    "canvas-fit": "^1.2.0",
    "canvas-orbit-camera": "^1.0.0",
    "canvas-pixels": "0.0.0",
    "chalk": "^0.5.1",
    "cheerio": "^0.17.0",
    "cpr": "^0.3.2",
    "defaultcss": "^1.1.1",
    "domify": "^1.3.1",
    "envify": "^3.0.0",
    "escape-html": "^1.0.1",
    "events": "^1.0.2",
    "face-normals": "0.0.0",
    "findup": "^0.1.5",
    "findup-element": "0.0.0",
    "fresh-require": "^1.0.3",
    "fs-readdir-recursive": "0.0.2",
    "gl-api": "^1.0.1",
    "gl-clear": "0.0.1",
    "gl-compare": "^2.0.2",
    "gl-compare-sidebar": "^1.1.4",
    "gl-context": "^0.1.1",
    "gl-geometry": "^1.0.0",
    "gl-matrix": "^2.1.0",
    "gl-reset": "^1.0.0",
    "gl-shader-core": "^2.2.0",
    "glsldoc": "0.0.4",
    "glslify": "^2.3.1",
    "google-fonts": "0.0.0",
    "highlight.js": "^8.3.0",
    "inherits": "^2.0.1",
    "inquirer": "^0.5.1",
    "linklocal": "^2.0.1",
    "marked": "^0.3.2",
    "minimist": "^1.1.0",
    "minstache": "^1.2.0",
    "mkdirp": "^0.5.0",
    "mousetrap": "0.0.1",
    "myth": "^1.2.1",
    "normals": "^0.1.0",
    "opener": "^1.4.0",
    "parse-obj": "0.0.0",
    "quotemeta": "0.0.0",
    "resolve": "^1.0.0",
    "rework": "^1.0.1",
    "rework-plugin-inline": "^1.0.1",
    "sidenote": "^1.0.0",
    "simplicial-complex": "^1.0.0",
    "st": "^0.5.2",
    "teapot": "^1.0.0",
    "unindex-mesh": "^1.0.1",
    "watchify": "^3.7.0",
    "wordwrap": "0.0.2",
    "xhr": "^1.17.0"
  },
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stackgl/webgl-workshop.git"
  },
  "keywords": [
    "webgl",
    "stackgl",
    "workshop",
    "nodeschool",
    "learning",
    "education",
    "tool",
    "workshopper",
    "tutorial",
    "lesson"
  ],
  "bugs": {
    "url": "https://github.com/stackgl/webgl-workshop/issues"
  },
  "homepage": "https://github.com/stackgl/webgl-workshop",
  "bundledDependences": [
    "@exercise/3d-clear-depth",
    "@exercise/3d-cull-face",
    "@exercise/3d-depth-buffer",
    "@exercise/3d-front-face",
    "@exercise/blend-basics",
    "@exercise/buffer-attributes",
    "@exercise/buffer-create",
    "@exercise/buffer-draw",
    "@exercise/buffer-elements",
    "@exercise/buffer-interleaved",
    "@exercise/challenge-0",
    "@exercise/challenge-1",
    "@exercise/drawing-color-mask",
    "@exercise/drawing-line-width",
    "@exercise/intro-clear-color",
    "@exercise/intro-hello-webgl",
    "@exercise/intro-scissor",
    "@exercise/intro-viewport",
    "@exercise/shader-attributes",
    "@exercise/shader-create",
    "@exercise/shader-uniforms",
    "@exercise/stencil-shadows",
    "@exercise/texture-create",
    "@exercise/texture-mipmaps",
    "@exercise/texture-parameters",
    "@exercise/texture-units",
    "@workshop/common",
    "@workshop/compare",
    "@workshop/envify-files",
    "@workshop/exercise",
    "@workshop/exercise-ui",
    "@workshop/menu",
    "@workshop/server",
    "@workshop/server-basic"
  ]
}