{"_id":"heatmapjs","_rev":"4-e3b2cd6928e1e024a28770e9bbec1744","name":"heatmapjs","description":"Dynamic JavaScript Heatmaps for the Web","dist-tags":{"latest":"2.0.2"},"versions":{"2.0.1":{"name":"heatmapjs","version":"2.0.1","description":"Dynamic JavaScript Heatmaps for the Web","homepage":"http://www.patrick-wied.at/static/heatmapjs/","main":"heatmap.min.js","devDependencies":{"grunt":">= 0.4.1","coffee-script":">= 1.6.3","grunt-contrib-uglify":">= 0.2.0","grunt-contrib-concat":">= 0.1.3","grunt-contrib-watch":"0.2.0rc7","grunt-contrib-jshint":">= 0.3.0","grunt-contrib-copy":">= 0.7.0","grunt-shell":"^0.7.0"},"keywords":["heatmap","heatmaps","heat map","heat maps","googlemaps heatmap","leaflet heatmap","leaflet"],"buildFiles":["src/config.js","src/data.js","src/renderer/canvas2d.js","src/renderer.js","src/util.js","src/core.js"],"_id":"heatmapjs@2.0.1","scripts":{},"_shasum":"6a0205fcfc285bffabf06fe5e30430aeed7e5e83","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"jonathanwidawski","email":"jonathan.widawski@gmail.com"},"dist":{"shasum":"6a0205fcfc285bffabf06fe5e30430aeed7e5e83","tarball":"https://registry.npmjs.org/heatmapjs/-/heatmapjs-2.0.1.tgz","integrity":"sha512-YZXzpfQMsFCgn5RDcc2y1pmPMx42zaF7oCn/VBBBRuvTpbGyqTO/m7X8vcz5pQsQm0H19bCI9JNtHUamdbEx8w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHB7XX3UFU1l4VuxU4kiboB0NC80oALAIB8vYyMya36MAiEA8qROkSPBHoOI2QXC72Ir/PRZ2XqlIxnUfn3i8Y0jaXQ="}]},"maintainers":[{"name":"jonathanwidawski","email":"jonathan.widawski@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/heatmapjs-2.0.1.tgz_1454539397771_0.47711829701438546"}},"2.0.2":{"name":"heatmapjs","version":"2.0.2","description":"Dynamic JavaScript Heatmaps for the Web","homepage":"http://www.patrick-wied.at/static/heatmapjs/","main":"heatmap.min.js","devDependencies":{"grunt":">= 0.4.1","coffee-script":">= 1.6.3","grunt-contrib-uglify":">= 0.2.0","grunt-contrib-concat":">= 0.1.3","grunt-contrib-watch":"0.2.0rc7","grunt-contrib-jshint":">= 0.3.0","grunt-contrib-copy":">= 0.7.0","grunt-shell":"^0.7.0"},"keywords":["heatmap","heatmaps","heat map","heat maps","googlemaps heatmap","leaflet heatmap","leaflet"],"buildFiles":["src/config.js","src/data.js","src/renderer/canvas2d.js","src/renderer.js","src/util.js","src/core.js"],"_id":"heatmapjs@2.0.2","scripts":{},"_shasum":"4763dee6fc9ff794dde20b8db028c204ff6bec87","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"jonathanwidawski","email":"jonathan.widawski@gmail.com"},"dist":{"shasum":"4763dee6fc9ff794dde20b8db028c204ff6bec87","tarball":"https://registry.npmjs.org/heatmapjs/-/heatmapjs-2.0.2.tgz","integrity":"sha512-1pO/bbn9G1NYhndvjnzLVAQMGBOCk8abMM7QnLOPlIMoxDfG9Uylb68PlZe/0MCT9GuwGGtchXVPLWfoT6HrCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICZbYm8QpldomTrNYzsWICzIqN+BenlpIfJjLUGUW15rAiEA+Q71vuOwlzZYVcoOrWl7gcib+fX5f+1u8qzlfDpbWNo="}]},"maintainers":[{"name":"jonathanwidawski","email":"jonathan.widawski@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/heatmapjs-2.0.2.tgz_1454539794286_0.7543905635830015"}}},"readme":"# heatmap.js\nDynamic Heatmaps for the Web. \n\n[<img src=\"http://www.patrick-wied.at/static/heatmapjs/assets/img/heatmapjs-examples-docs-banner.jpg\" width=\"100%\">](http://www.patrick-wied.at/static/heatmapjs/?utm_source=gh \"View the heatmap.js website with usage examples, showcases, best practises, plugins ( googlemaps heatmap, leaflet) and more.\")\n\n## How to get started\n\nThe fastest way to get started is to install heatmap.js with bower. Just run the following command:\n\n`bower install heatmap.js-amd`\n\nThis will download the latest working version of heatmap.js and put it in your bower_components folder.\n\nAlternatively you could just download [the latest release](https://github.com/pa7/heatmap.js/releases) from github and unzip it.\n\n\nThe file you're ultimately looking for is **heatmap.js** or **heatmap.min.js**\n\n\n\nheatmap.js is also hosted on npm:\n\n`npm install heatmap.js`\n\n\n\n### How to run the local examples\n\nStart a webserver (e.g. python SimpleHTTPServer from the project directory root):\n\n`python -m SimpleHTTPServer 1337 &`\n\nThen browse to \n\n`http://localhost:1337/examples/`\n\n\n## Get involved\n\nPlease have a look at the [contribution guidelines](CONTRIBUTE.md) before submitting contributions. \n\n**Disclaimer**: PRs can take time to receive feedback or be merged ( I'm only one person with very little time ) but I'm trying to get back to everyone eventually\n\n## Questions?\n\nIn order to keep technical questions in a central place where other people can learn from it, the best thing you can do is [post your question to stackoverflow with the tag **heatmap.js**.](http://stackoverflow.com/questions/ask?tags=heatmap.js) \n\nIf you do have a very specific question (or need commercial support) don't hesitate to contact me directly [via email](mailto:heatmap-q@patrick-wied.at).\n\n\n## Mailing list\n\nWant to receive the latest updates and news about heatmap.js? \n\nThere is a [mailing list](http://eepurl.com/0mmV5). No spam, just news and important updates.\n","maintainers":[{"name":"jonathanwidawski","email":"jonathan.widawski@gmail.com"}],"time":{"modified":"2022-06-18T19:47:52.298Z","created":"2016-02-03T22:43:21.035Z","2.0.1":"2016-02-03T22:43:21.035Z","2.0.2":"2016-02-03T22:49:57.210Z"},"homepage":"http://www.patrick-wied.at/static/heatmapjs/","keywords":["heatmap","heatmaps","heat map","heat maps","googlemaps heatmap","leaflet heatmap","leaflet"],"readmeFilename":"README.md"}