-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 990 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 990 Bytes
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
{
"name": "gl-error3d",
"version": "1.0.17",
"description": "Draws error bars around points",
"main": "errorbars.js",
"directories": {
"example": "example"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "budo example/example"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-error3d.git"
},
"keywords": [
"error",
"bar",
"webgl"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-error3d/issues"
},
"homepage": "https://github.com/gl-vis/gl-error3d",
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"gl-vao": "^1.3.0",
"glsl-out-of-range": "^1.0.4",
"glslify": "^7.0.0"
},
"devDependencies": {
"chttps": "^1.0.6",
"game-shell-orbit-camera": "^1.0.0",
"gl-axes3d": "^1.5.3",
"gl-matrix": "^3.3.0",
"gl-now": "^1.4.0"
},
"browserify": {
"transform": [
"glslify"
]
}
}