mirror of
https://github.com/mourner/simpleheat.git
synced 2025-12-08 20:26:20 +00:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"name": "simpleheat",
|
|
"version": "0.1.1",
|
|
"description": "A tiny JavaScript library for drawing heatmaps with Canvas",
|
|
"homepage": "https://github.com/mourner/simpleheat",
|
|
"keywords": [
|
|
"heatmap",
|
|
"canvas",
|
|
"visualization"
|
|
],
|
|
"author": "Vladimir Agafonkin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mourner/simpleheat.git"
|
|
},
|
|
"main": "simpleheat.js",
|
|
"scripts": {
|
|
"test": "jshint ."
|
|
},
|
|
"jshintConfig": {
|
|
"quotmark": "single",
|
|
"strict": true,
|
|
"trailing": true
|
|
}
|
|
}
|