forked from gl-vis/gl-cone3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "gl-cone3d",
"version": "1.3.1",
"description": "3D cone plot",
"main": "cone.js",
"directories": {
"example": "example"
},
"dependencies": {
"gl-shader": "^4.2.1",
"gl-vec3": "^1.1.3",
"glsl-inverse": "^1.0.0",
"glsl-out-of-range": "^1.0.4",
"glslify": "^7.0.0"
},
"devDependencies": {
"3d-view-controls": "^2.1.1",
"bound-points": "^1.0.0",
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"gl-axes3d": "^1.4.2",
"gl-mat4": "^1.2.0",
"gl-mesh3d": "^2.0.3",
"gl-select-static": "^2.0.3",
"gl-spikes3d": "^1.0.7"
},
"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"
}
}