-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.53 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": "hexaworld-3d",
"version": "0.0.0",
"scripts": {
"test": "standard",
"build": "browserify index.js -o bundle.js",
"start": "budo index.js:bundle.js --watch"
},
"browserify": {
"transform": [
"glslify"
]
},
"dependencies": {
"animateplus": "^1.3.2",
"canvas-orbit-camera": "^1.0.2",
"crtrdg-entity": "^1.0.0",
"crtrdg-keyboard": "^1.0.0",
"crtrdg-time": "0.0.0",
"crtrdg-touch": "^1.1.0",
"d3-color": "^0.2.7",
"delaunay-triangulate": "^1.1.6",
"dom-css": "^2.0.0",
"eventemitter2": "^0.4.14",
"extrude": "^1.0.1",
"extrude-polyline": "^1.0.6",
"eye-vector": "0.0.0",
"face-normals": "0.0.0",
"fastclick": "^1.0.6",
"gameloop": "^1.1.3",
"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",
"glsl-specular-gaussian": "^1.0.0",
"glslify": "^5.0.2",
"hex-rgb": "^1.0.0",
"inherits": "~2.0.0",
"is-mobile": "^0.2.2",
"lodash": "^3.10.1",
"lookat-camera": "^1.0.0",
"mesh-reindex": "^1.0.0",
"normals": "^1.0.1",
"perspective-camera": "^2.0.1",
"point-in-polygon": "^1.0.0",
"sat": "^0.5.0",
"sprintf-js": "^1.0.3",
"transformist": "^1.0.0",
"unindex-mesh": "^2.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hexaworld/hexaworld.git"
},
"devDependencies": {
"budo": "~7.0.0",
"browserify": "~12.0.0",
"standard": "^5.4.1"
}
}