-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
{
"name": "campjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "make start"
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"license": "ISC",
"browserify": {},
"devDependencies": {
"beefy": "^2.1.0",
"browserify": "^5.10.0",
"glsl-range": "^1.0.0",
"myth": "~1.2.0"
},
"dependencies": {
"a-big-triangle": "0.0.0",
"array-pack-2d": "^0.1.0",
"browserify": "5.10.0",
"canvas-autoscale": "^2.0.0",
"canvas-fit": "^1.1.2",
"canvas-orbit-camera": "0.0.1",
"dat-gui": "^0.5.0",
"dot-obj": "0.0.1",
"envify": "^3.0.0",
"face-normals": "0.0.0",
"frame-debounce": "0.0.0",
"gl-buffer": "^2.0.8",
"gl-clear": "0.0.1",
"gl-context": "^0.1.0",
"gl-fbo": "git://github.com/stackgl/gl-fbo#context-fix",
"gl-geometry": "0.0.0",
"gl-matrix": "^2.2.1",
"gl-texture2d": "^2.0.1",
"gl-vao": "^1.1.3",
"glsl-fog": "0.0.1",
"glsl-noise": "0.0.0",
"glsl-random": "0.0.4",
"glsl-square-frame": "^1.0.0",
"glslify": "^1.6.0",
"glslify-hex": "0.0.0",
"glslify-live": "^2.0.4",
"glslify-optimize": "^2.0.1",
"grid-mesh": "^0.1.0",
"heightmap-mesher": "0.0.0",
"mesh-combine": "^1.0.0",
"mesh-reindex": "^1.0.0",
"mouse-position": "^1.0.0",
"ndarray": "^1.0.15",
"ndarray-fill": "^1.0.1",
"ndpack-image": "^1.0.4",
"perlin": "^1.0.0",
"scrollbar-width": "~1.0.7",
"tab64": "0.0.1",
"through": "^2.3.4",
"uglifyify": "^2.5.0",
"unindex-mesh": "^1.0.1",
"zeros": "0.0.0"
}
}