UNPKG

1.39 kBJSONView Raw
1{
2 "name": "gl-heatmap2d",
3 "version": "1.1.0",
4 "description": "2D heatmap plots",
5 "main": "heatmap.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/gl-vis/gl-heatmap2d.git"
9 },
10 "scripts": {
11 "postshrinkwrap": "chttps .",
12 "build": "npm run build-a && npm run build-b",
13 "build-a": "browserify example/1e6.js -g bubleify | indexhtmlify | metadataify | github-cornerify > gh-pages/1e6.html",
14 "build-b": "browserify example/simple.js -g bubleify | indexhtmlify | metadataify | github-cornerify > gh-pages/index.html"
15 },
16 "keywords": [
17 "heatmap",
18 "2d",
19 "gl-plot2d",
20 "webgl"
21 ],
22 "browserify": {
23 "transform": [
24 "glslify"
25 ]
26 },
27 "author": "Mikola Lysenko",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/gl-vis/gl-heatmap2d/issues"
31 },
32 "homepage": "https://github.com/gl-vis/gl-heatmap2d#readme",
33 "dependencies": {
34 "binary-search-bounds": "^2.0.4",
35 "gl-buffer": "^2.1.2",
36 "gl-shader": "^4.2.1",
37 "glslify": "^7.0.0",
38 "iota-array": "^1.0.0",
39 "typedarray-pool": "^1.2.0"
40 },
41 "devDependencies": {
42 "canvas-fit": "^1.5.0",
43 "chttps": "^1.0.6",
44 "enable-mobile": "^1.0.7",
45 "fps-indicator": "^1.3.0",
46 "gl-plot2d": "^1.4.5",
47 "gl-select-box": "^1.0.4",
48 "gl-spikes2d": "^1.0.2",
49 "mouse-change": "^1.4.0",
50 "mouse-wheel": "^1.2.0"
51 }
52}