mirror of
https://github.com/pyalot/webgl-heatmap.git
synced 2025-12-08 20:13:00 +00:00
23 lines
447 B
JSON
23 lines
447 B
JSON
{
|
|
"name": "webgl-heatmap",
|
|
"main": "webgl-heatmap.js",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/pyalot/webgl-heatmap",
|
|
"description": "webgl-heatmap.js is a JavaScript library for high performance heatmap display.",
|
|
"keywords": [
|
|
"webgl",
|
|
"heatmap"
|
|
],
|
|
"authors": [
|
|
"Florian Bösch"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|