-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.76 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
63
64
65
66
{
"name": "regl-scatter2d",
"version": "3.3.1",
"description": "Scatter2d plot built with regl",
"main": "./bundle.js",
"scripts": {
"postshrinkwrap": "chttps .",
"test": "node test",
"test-browser": "budo test -- -t glslify",
"prepublishOnly": "npm run build",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/regl-scatter2d.git"
},
"keywords": [
"regl",
"plotly"
],
"browserslist": "> 0.25%, not dead",
"author": "Dima Yv <df.creative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/regl-scatter2d/issues"
},
"homepage": "https://github.com/dy/regl-scatter2d#readme",
"dependencies": {
"@plotly/point-cluster": "^3.1.9",
"array-range": "^1.0.1",
"array-rearrange": "^2.2.2",
"clamp": "^1.0.1",
"color-id": "^1.1.0",
"color-normalize": "^1.5.0",
"color-rgba": "^2.1.1",
"flatten-vertex-data": "^1.0.2",
"glslify": "^7.0.0",
"is-iexplorer": "^1.0.0",
"object-assign": "^4.1.1",
"parse-rect": "^1.2.0",
"pick-by-alias": "^1.2.0",
"to-float32": "^1.1.0",
"update-diff": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"array-bounds": "^1.0.1",
"bubleify": "^2.0.0",
"chttps": "^1.0.6",
"fps-indicator": "^1.3.0",
"gl": "^6.0.2",
"image-equal": "^4.3.1",
"image-pixels": "^2.2.0",
"next-pow-2": "^1.0.0",
"pxls": "^2.3.1",
"regl": "^1.3.11",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-browserify-transform": "^1.0.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"seed-random": "^2.2.0",
"tape": "^4.9.2"
}
}