-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
70 lines (70 loc) · 1.69 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
67
68
69
70
{
"name": "regl-line2d",
"version": "3.1.2",
"description": "Draw polyline with regl",
"main": "index.js",
"scripts": {
"postshrinkwrap": "chttps .",
"test": "budo test",
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > index.html"
},
"browserify": {
"transform": [
"glslify",
"bubleify"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/regl-line2d.git"
},
"keywords": [
"regl",
"line2d",
"gl-vis",
"gl",
"webgl",
"polyline",
"plotly"
],
"author": "Dima Yv <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/regl-line2d/issues"
},
"homepage": "https://github.com/dy/regl-line2d#readme",
"dependencies": {
"array-bounds": "^1.0.1",
"array-find-index": "^1.0.2",
"array-normalize": "^1.1.4",
"color-normalize": "^1.5.0",
"earcut": "^2.1.5",
"es6-weak-map": "^2.0.3",
"flatten-vertex-data": "^1.0.2",
"object-assign": "^4.1.1",
"parse-rect": "^1.2.0",
"pick-by-alias": "^1.2.0",
"to-float32": "^1.1.0"
},
"devDependencies": {
"adaptive-bezier-curve": "^1.0.3",
"arc-to": "^1.0.1",
"array-fill": "^1.2.0",
"array-from": "^2.1.1",
"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.1.0",
"gauss-random": "^1.0.1",
"mobilify": "^1.0.1",
"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",
"regl-scatter2d": "^3.1.5",
"tape": "^4.8.0"
}
}