simpleheat/package.json
Vladimir Agafonkin be36854128 bump to 0.1.1
2014-01-28 23:26:22 +02:00

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
}
}