-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.27 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
{
"name": "gl-scatter2d",
"version": "1.3.2",
"description": "2D WebGL scatter plots",
"main": "scatter2d.js",
"directories": {
"example": "example"
},
"browserify": {
"transform": [
"glslify"
]
},
"dependencies": {
"binary-search-bounds": "^2.0.3",
"gl-buffer": "^2.1.2",
"gl-shader": "^4.0.4",
"glslify": "^2.1.2",
"snap-points-2d": "^3.0.0",
"typedarray-pool": "^1.1.0",
"array-bounds": "^1.0.0",
"array-normalize": "^1.1.2"
},
"devDependencies": {
"canvas-fit": "^1.5.0",
"enable-mobile": "^1.0.7",
"fps-indicator": "^1.1.0",
"gauss-random": "^1.0.1",
"gl-plot2d": "^1.2.0",
"gl-select-box": "^1.0.1",
"gl-spikes2d": "^1.0.1",
"mouse-change": "^1.4.0",
"mouse-wheel": "^1.2.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-scatter2d.git"
},
"keywords": [
"webgl",
"scatter",
"gl-vis",
"2d"
],
"author": "Mikola Lysenko",
"contributors": [
"Dima Yv",
"Étienne Tétreault-Pinard",
"Robert Monfera"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-scatter2d/issues"
},
"homepage": "https://github.com/gl-vis/gl-scatter2d#readme"
}