-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.19 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
{
"name": "gl-pointcloud2d",
"version": "1.0.3",
"description": "2D WebGL point cloud plots",
"main": "pointcloud2d.js",
"directories": {
"example": "example"
},
"browserify": {
"transform": [
"glslify"
]
},
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"glslify": "^7.0.0",
"typedarray-pool": "^1.1.0"
},
"scripts": {
"postshrinkwrap": "chttps .",
"build": "browserify test.js -g bubleify | indexhtmlify | github-cornerify | metadataify > example/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-pointcloud2d.git"
},
"keywords": [
"webgl",
"point cloud",
"pointcloud",
"gl-vis",
"2d"
],
"author": "Mikola Lysenko",
"contributors": [
"Robert Monfera"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-pointcloud2d/issues"
},
"homepage": "https://github.com/gl-vis/gl-pointcloud2d#readme",
"devDependencies": {
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"fps-indicator": "^1.1.0",
"gauss-random": "^1.0.1",
"gl-plot2d": "^1.2.0",
"mouse-change": "^1.4.0",
"mouse-wheel": "^1.2.0"
}
}