-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "hexaworld-3d",
"version": "0.0.0",
"scripts": {
"test": "standard",
"build": "browserify example.js -o bundle.js",
"start": "budo example.js:bundle.js --watch"
},
"browserify": {
"transform": [
"glslify"
]
},
"dependencies": {
"camelcase": "^2.0.1",
"canvas-orbit-camera": "^1.0.2",
"euclidean-distance": "^1.0.0",
"extrude": "^1.0.1",
"eye-vector": "0.0.0",
"face-normals": "0.0.0",
"gl-geometry": "^2.0.0",
"gl-mat4": "^1.1.4",
"gl-shader": "^4.1.1",
"glsl-diffuse-oren-nayar": "^1.0.2",
"glsl-fog": "0.0.1",
"glslify": "^5.0.2",
"icosphere": "^1.0.0",
"lodash": "^3.10.1",
"lookat-camera": "^1.0.0",
"merge-meshes": "^1.0.0",
"merge-vertices": "^1.0.1",
"mesh-combine": "^1.1.0",
"mesh-reindex": "^1.0.0",
"normals": "^1.0.1",
"perspective-camera": "^2.0.1",
"unindex-mesh": "^2.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hexaworld/hexaworld.git"
},
"devDependencies": {
"browserify": "~12.0.0",
"budo": "~7.0.0",
"crtrdg-keyboard": "^1.0.1",
"fastclick": "^1.0.6",
"gameloop": "^1.1.3",
"standard": "^5.4.1"
}
}