-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 1.67 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
63
64
65
66
67
68
69
70
71
{
"name": "gl-surface3d",
"version": "1.6.2",
"description": "Renders parametric surfaces in 3D",
"main": "surface.js",
"directories": {
"example": "example"
},
"dependencies": {
"binary-search-bounds": "^2.0.4",
"bit-twiddle": "^1.0.2",
"colormap": "^2.3.1",
"dup": "^1.0.0",
"gl-buffer": "^2.1.2",
"gl-mat4": "^1.2.0",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"gl-vao": "^1.3.0",
"glsl-out-of-range": "^1.0.4",
"glsl-specular-beckmann": "^1.1.2",
"glslify": "^7.0.0",
"ndarray": "^1.0.18",
"ndarray-gradient": "^1.0.0",
"ndarray-ops": "^1.2.2",
"ndarray-pack": "^1.2.1",
"ndarray-scratch": "^1.2.0",
"surface-nets": "^1.0.2",
"typedarray-pool": "^1.1.0"
},
"devDependencies": {
"chttps": "^1.0.6",
"dirichlet": "^1.0.1",
"game-shell-orbit-camera": "^1.0.0",
"gl-axes3d": "^1.5.3",
"gl-matrix": "^3.3.0",
"gl-now": "^1.4.0",
"gl-select-static": "^2.0.6",
"gl-spikes3d": "^1.0.10",
"install": "^0.13.0",
"ndarray-fill": "^1.0.2"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "beefy --open --live example/example.js"
},
"browserify": {
"transform": [
"glslify"
]
},
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-surface3d.git"
},
"keywords": [
"plot",
"surface",
"webgl",
"visualization",
"surf",
"height",
"field"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-surface3d/issues"
},
"homepage": "https://github.com/gl-vis/gl-surface3d"
}