-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.25 KB
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
{
"name": "pollen",
"version": "1.0.0",
"description": "",
"main": "js/index.js",
"scripts": {
"start": "node main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tweenjs/tween.js": "^17.2.0",
"angle-normals": "^1.0.0",
"barycentric": "^1.0.1",
"body-parser": "^1.18.3",
"budo": "^11.3.2",
"canvas-orbit-camera": "^1.0.2",
"clone-deep": "^4.0.0",
"collisions": "^2.0.13",
"esmify": "^2.0.0",
"gl-mat4": "^1.2.0",
"gl-matrix": "^2.6.1",
"gl-wireframe": "^1.0.1",
"glsl-fast-gaussian-blur": "^1.0.2",
"glsl-range": "^1.0.0",
"glsl-solid-wireframe": "^1.0.1",
"glslify": "^6.2.1",
"is-empty": "^1.2.0",
"json-stringify-pretty-compact": "^1.2.0",
"lerp": "^1.0.3",
"merge-vertices": "^1.0.1",
"mesh-combine": "^1.1.0",
"mesh-simplify": "^2.0.0",
"multiparty": "^4.2.1",
"noisejs": "^2.1.0",
"normals": "^1.1.0",
"polyhedra": "^1.0.0",
"regl": "^1.3.7",
"router": "^1.3.3",
"smoothstep": "^1.0.1",
"stats.js": "^0.17.0",
"three": "^0.98.0",
"threejs-slice-geometry": "^0.2.2",
"uuid": "^3.3.2",
"vectors": "^0.1.0",
"workerpool": "^2.3.3"
},
"browserify": {
"transform": [
"glslify"
]
}
}