-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.36 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.36 KB
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
{
"name": "regl-error2d",
"version": "2.0.12",
"description": "Render error bars for the set of points",
"main": "index.js",
"scripts": {
"postshrinkwrap": "chttps .",
"test": "budo test",
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify > index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/regl-error2d.git"
},
"keywords": [
"regl",
"plotly"
],
"browserify": {
"transform": [
"bubleify"
]
},
"author": "Dima Yv <df.creative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/regl-error2d/issues"
},
"homepage": "https://github.com/dy/regl-error2d#readme",
"dependencies": {
"array-bounds": "^1.0.1",
"color-normalize": "^1.5.0",
"flatten-vertex-data": "^1.0.2",
"object-assign": "^4.1.1",
"pick-by-alias": "^1.2.0",
"to-float32": "^1.1.0",
"update-diff": "^1.1.0"
},
"devDependencies": {
"bubleify": "^2.0.0",
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"color-rgba": "^2.1.1",
"enable-mobile": "^1.0.7",
"fps-indicator": "^1.3.0",
"gauss-random": "^1.0.1",
"mouse-change": "^1.4.0",
"mouse-wheel": "^1.2.0",
"nanoraf": "^3.0.1",
"next-pow-2": "^1.0.0",
"nice-color-palettes": "^2.0.0",
"pan-zoom": "^3.4.1",
"regl": "^1.3.11"
}
}