-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "gl-error2d",
"version": "1.2.1",
"description": "2D error bars",
"main": "error2d.js",
"scripts": {
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify > index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-error2d.git"
},
"keywords": [
"error",
"bar",
"gl-plot2d"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-error2d/issues"
},
"browserify": {
"transform": [
"glslify"
]
},
"homepage": "https://github.com/gl-vis/gl-error2d#readme",
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.0.5",
"glslify": "^2.3.1",
"typedarray-pool": "^1.1.0"
},
"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"
}
}