-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.31 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
{
"name": "gl-volume3d",
"version": "0.7.0",
"description": "3D volume renderer",
"main": "volume.js",
"directories": {
"example": "example"
},
"dependencies": {
"barycentric": "^1.0.1",
"colormap": "^2.1.0",
"gl-buffer": "^2.0.8",
"gl-mat4": "^1.0.0",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.0.8",
"gl-vao": "^1.1.3",
"glsl-specular-cook-torrance": "^2.0.1",
"glslify": "^6.1.1",
"ndarray": "^1.0.15",
"normals": "^1.0.1",
"polytope-closest-point": "^1.0.0",
"simplicial-complex-contour": "^1.0.0",
"typedarray-pool": "^1.1.0"
},
"devDependencies": {
"3d-view-controls": "^2.2.0",
"bound-points": "^1.0.0",
"canvas-fit": "^1.5.0",
"gl-axes3d": "^1.2.5",
"gl-mat4": "^1.0.0",
"gl-select-static": "^2.0.2",
"gl-spikes3d": "^1.0.5"
},
"scripts": {
"build-example": "browserify -o build/example.js example/volume.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-volume3d.git"
},
"keywords": [
"webgl",
"volume"
],
"browserify": {
"transform": [
"glslify"
]
},
"author": "Mikola Lysenko, Ilmari Heikkinen",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-volume3d/issues"
}
}