forked from stackgl/shader-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.34 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "shader-school",
"version": "1.1.0",
"description": "Self directed GLSL lessons",
"main": "index.js",
"bin": "index.js",
"scripts": {
"pack": "rm -rf answers; rm -rf node_modules && npm install && npm dedupe && node prepack && find . -type file | grep -v workshop.tar.gz | grep -v .git | tar -cvzf ./workshop.tar.gz -T - && node postpack",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js"
},
"authors": [
"Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"Mikola Lysenko <[email protected]> (http://0fps.net)",
"Chris Dickinson <[email protected]> (http://neversaw.us)"
],
"homepage": "http://nodeschool.io/#shader-school",
"repository": {
"type": "git",
"url": "https://github.com/stackgl/shader-school.git"
},
"license": "ISC",
"dependencies": {
"a-big-triangle": "0.0.0",
"apprise": "^1.0.0",
"autoprefixer": "^1.2.0",
"baboon-image": "^1.0.0",
"beefy": "^2.0.2",
"brfs": "^1.1.1",
"browser-menu": "^0.1.0",
"browserify": "^6.3.2",
"canvas-fit": "0.0.0",
"chalk": "^0.4.0",
"clamp": "^1.0.0",
"conway-hart": "^0.1.0",
"domify": "^1.2.2",
"ecstatic": "^1.0.1",
"envify": "^1.2.1",
"findup-element": "0.0.0",
"frame-debounce": "0.0.0",
"gl-axes": "^2.2.3",
"gl-buffer": "^2.0.8",
"gl-compare": "^1.0.0",
"gl-compare-sidebar": "^1.1.1",
"gl-context": "^0.1.0",
"gl-fbo": "^1.1.2",
"gl-fbo-matching": "^1.0.0",
"gl-matrix": "^2.1.0",
"gl-texture2d": "^1.2.0",
"gl-vao": "^1.1.3",
"glsldoc": "0.0.4",
"glslify": "^1.5.0",
"glslify-live": "^2.0.3",
"google-fonts": "0.0.0",
"highlight.js": "^8.0.0",
"inquirer": "^0.5.1",
"insert-css": "^0.1.1",
"marked": "^0.3.2",
"memoize-sync": "0.0.2",
"mesh-normals": "^1.0.0",
"mkdirp": "^0.5.0",
"mouse-position": "^1.0.0",
"mouse-pressed": "0.0.1",
"ndarray": "^1.0.15",
"ndarray-distance": "0.0.0",
"opener": "^1.3.0",
"quotemeta": "0.0.0",
"raf": "^2.0.1",
"remove-element": "0.0.0",
"rework": "^0.20.3",
"rework-inline": "^0.2.0",
"rework-npm": "^0.6.1",
"right-now": "^1.0.0",
"sidenote": "^1.0.0",
"sliced": "0.0.5",
"stanford-dragon": "^1.0.0",
"wordwrap": "0.0.2",
"xhr": "^1.9.0",
"zfill": "0.0.2"
}
}