forked from gl-vis/gl-axes3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.29 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
{
"name": "gl-axes3d",
"version": "1.7.0",
"description": "3D axes for WebGL",
"main": "axes.js",
"directories": {
"example": "example"
},
"dependencies": {
"bit-twiddle": "^1.0.2",
"dup": "^1.0.0",
"extract-frustum-planes": "^1.0.0",
"gl-buffer": "^2.1.2",
"gl-mat4": "^1.2.0",
"gl-shader": "^4.2.1",
"gl-state": "^1.0.0",
"gl-vao": "^1.3.0",
"gl-vec4": "^1.0.1",
"glslify": "^7.0.0",
"robust-orientation": "^1.1.3",
"split-polygon": "^1.0.0",
"vectorize-text": "^3.2.1"
},
"devDependencies": {
"chttps": "^1.0.6",
"game-shell-orbit-camera": "^1.0.0",
"gl-matrix": "^3.3.0",
"gl-mesh3d": "^2.3.0",
"gl-now": "^1.4.0",
"isosurface": "^1.0.0"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "beefy --open --live example/example.js"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-axes3d.git"
},
"browserify": {
"transform": [
"glslify"
]
},
"keywords": [
"webgl",
"axes",
"plot",
"boxes"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-axes3d/issues"
},
"homepage": "https://github.com/gl-vis/gl-axes3d"
}