-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 982 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "introtowebgl",
"version": "1.0.0",
"description": "Introduction to WebGL with three.js",
"author": "Alex Mackey <alexjmackey@gmail.com> (https://github.com/alexmackey)",
"contributors": [
"Alex Mackey <alexjmackey@gmail.com> (https://github.com/alexmackey)"
],
"repository": {
"type": "git",
"url": "https://github.com/alexmackey/IntroToWebGLWithThreeJS.git"
},
"license": "CC-BY-NC-3.0",
"dependencies": {
"workshopper": "^1.0.0-alpha05",
"workshopper-exercise": "^0.2.2",
"workshopper-wrappedexec": "^0.1.1",
"workshopper-boilerplate": "0.0.1",
"concat-stream": "^1.4.1",
"duplexer": "^0.1.1",
"through": "^2.3.4",
"boganipsum": "^0.1.0",
"hyperquest": "^0.2.0",
"bl": "^0.7.0",
"through2-map": "^1.2.1",
"colors-tmpl": "^0.1.0",
"after": "^0.8.1",
"rimraf": "^2.2.6",
"chalk": "^0.4.0",
"through2": "^0.4.1"
},
"bin": "./introtowebgl.js",
"preferGlobal": true
}