UNPKG

node-js-marker-clusterer

Version:

Wrapper of js-marker-clusterer for node usage from the original https://github.com/googlemaps/js-marker-clusterer

29 lines (28 loc) 680 B
{ "name": "node-js-marker-clusterer", "version": "1.0.0", "description": "Wrapper of js-marker-clusterer for node usage from the original https://github.com/googlemaps/js-marker-clusterer", "author": "Andrei Preda", "main": "src/markerclusterer.js", "repository": { "type": "git", "url": "https://github.com/andreipreda/js-marker-clusterer" }, "bugs": { "url": "https://github.com/andreipreda/js-marker-clusterer/issues" }, "keywords": [ "browserify", "googlemaps", "marker", "cluster" ], "scripts": { "test": "mocha test" }, "devDependencies": { "chai": "^3.0.0", "leche": "^2.1.1", "mocha": "^2.2.5" } }