-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.48 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
60
61
62
{
"name": "regl-splom",
"version": "1.0.14",
"description": "Scatterplot matrix for 2d plots",
"main": "./index.js",
"scripts": {
"postshrinkwrap": "chttps .",
"test": "budo --force-default-index test",
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/regl-splom.git"
},
"keywords": [
"regl",
"plotly",
"splom",
"scatter",
"matrix",
"scattermatrix",
"gl",
"webgl",
"plot",
"scatterplot"
],
"browserify": {
"transform": [
"bubleify"
]
},
"author": "Dmitry Yv <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/regl-splom/issues"
},
"homepage": "https://github.com/gl-vis/regl-splom#readme",
"dependencies": {
"array-bounds": "^1.0.1",
"array-range": "^1.0.1",
"color-alpha": "^1.0.4",
"flatten-vertex-data": "^1.0.2",
"parse-rect": "^1.2.0",
"pick-by-alias": "^1.2.0",
"raf": "^3.4.1",
"regl-scatter2d": "^3.2.3"
},
"devDependencies": {
"@plotly/point-cluster": "^3.1.9",
"bubleify": "^2.0.0",
"chttps": "^1.0.6",
"defined": "^1.0.0",
"fps-indicator": "^1.3.0",
"gauss-random": "^1.0.1",
"glslify": "^7.0.0",
"nice-color-palettes": "^2.0.0",
"pan-zoom": "^3.4.0",
"point-cluster": "^3.1.8",
"regl": "^1.3.11",
"settings-panel": "^1.8.17"
}
}