-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
62 lines (62 loc) · 1.49 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": "gl-geometry",
"version": "3.1.1",
"description": "A flexible wrapper for gl-vao and gl-buffer that you can use to set up renderable WebGL geometries from a variety of different formats.",
"main": "index.js",
"scripts": {
"start": "budo test/test.js --open -- -t glslify -t brfs",
"test": "standard"
},
"standard": {
"globals": [
"WebGLBuffer"
]
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"license": "MIT",
"dependencies": {
"array-pack-2d": "^0.1.0",
"dtype": "^0.1.0",
"gl-buffer": "^2.0.6",
"gl-to-dtype": "^1.1.0",
"gl-vao": "^1.1.2",
"is-typedarray": "0.0.0",
"isndarray": "^0.1.0"
},
"devDependencies": {
"budo": "^6.0.0",
"bunny": "^1.0.1",
"canvas-fit": "0.0.0",
"canvas-orbit-camera": "0.0.0",
"face-normals": "0.0.0",
"gl-clear": "0.0.0",
"gl-context": "^0.1.0",
"gl-matrix": "^2.1.0",
"gl-shader": "^4.0.6",
"glslify": "^3.1.0",
"ndarray": "^1.0.15",
"normals": "^0.1.0",
"standard": "^5.4.1",
"unindex-mesh": "0.0.0",
"parse-wavefront-obj": "^1.0.1",
"brfs": "^1.4.3"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-geometry.git"
},
"bugs": {
"url": "https://github.com/stackgl/gl-geometry/issues"
},
"homepage": "https://github.com/stackgl/gl-geometry",
"keywords": [
"gl",
"webgl",
"geometry",
"vao",
"mesh",
"buffer",
"convenience",
"shader"
]
}