-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "gl-cone3d",
"version": "1.6.1",
"description": "3D cone plot",
"main": "cone.js",
"directories": {
"example": "example"
},
"dependencies": {
"colormap": "^2.3.1",
"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",
"gl-vec3": "^1.1.3",
"glsl-inverse": "^1.0.0",
"glsl-out-of-range": "^1.0.4",
"glsl-specular-cook-torrance": "^2.0.1",
"glslify": "^7.0.0",
"ndarray": "^1.0.18"
},
"devDependencies": {
"3d-view-controls": "^2.2.2",
"bound-points": "^1.0.0",
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"gl-axes3d": "^1.5.3",
"gl-select-static": "^2.0.6",
"gl-spikes3d": "^1.0.10"
},
"scripts": {
"postshrinkwrap": "chttps .",
"build-example": "browserify -o build/example.js example/cone.js && browserify -o build/example_sparse.js example/cone_sparse.js && browserify -o build/example_minimal.js example/cone_minimal.js && browserify -o build/example_single.js example/cone_single.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-cone3d.git"
},
"keywords": [
"webgl",
"cone plot"
],
"browserify": {
"transform": [
"glslify"
]
},
"author": "Mikola Lysenko, Ilmari Heikkinen",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-cone3d/issues"
}
}