-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "gl-heatmap2d",
"version": "1.1.1",
"description": "2D heatmap plots",
"main": "heatmap.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-heatmap2d.git"
},
"scripts": {
"postshrinkwrap": "chttps .",
"build": "npm run build-a && npm run build-b",
"build-a": "browserify example/1e6.js -g bubleify | indexhtmlify | metadataify | github-cornerify > gh-pages/1e6.html",
"build-b": "browserify example/simple.js -g bubleify | indexhtmlify | metadataify | github-cornerify > gh-pages/index.html"
},
"keywords": [
"heatmap",
"2d",
"gl-plot2d",
"webgl"
],
"browserify": {
"transform": [
"glslify"
]
},
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-heatmap2d/issues"
},
"homepage": "https://github.com/gl-vis/gl-heatmap2d#readme",
"dependencies": {
"binary-search-bounds": "^2.0.4",
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"glslify": "^7.0.0",
"iota-array": "^1.0.0",
"typedarray-pool": "^1.2.0"
},
"devDependencies": {
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"enable-mobile": "^1.0.7",
"fps-indicator": "^1.3.0",
"gl-plot2d": "^1.4.5",
"gl-select-box": "^1.0.4",
"gl-spikes2d": "^1.0.2",
"mouse-change": "^1.4.0",
"mouse-wheel": "^1.2.0"
}
}