-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "gl-line2d",
"version": "1.4.1",
"description": "2D line plots",
"main": "line.js",
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.0.5",
"gl-texture2d": "^2.0.9",
"glslify": "^2.1.2",
"ndarray": "^1.0.18",
"snap-points-2d": "^1.0.1",
"typedarray-pool": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-line2d.git"
},
"devDependencies": {
"bubleify": "^0.7.0",
"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",
"mouse-change": "^1.4.0",
"mouse-wheel": "^1.2.0"
},
"scripts": {
"test": "tape test/*.js",
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify > index.html"
},
"keywords": [
"2d",
"line",
"plot",
"webgl",
"gl-vis"
],
"author": "Mikola Lysenko",
"contributors": ["Étienne Tétreault-Pinard", "Robert Monfera"],
"license": "MIT",
"browserify": {
"transform": [
"glslify"
]
}
}