UNPKG

leaflet-choropleth

Version:

Choropleth plugin for Leaflet (color scale based on value)

38 lines (37 loc) 895 B
{ "name": "leaflet-choropleth", "version": "1.1.4", "description": "Choropleth plugin for Leaflet (color scale based on value)", "main": "src/choropleth.js", "scripts": { "build": "webpack -p", "watch": "webpack --watch", "test": "standard src | snazzy && mocha test" }, "keywords": [ "leaflet", "choropleth", "chloropleth" ], "author": "timwis <tim@timwis.com>", "homepage": "https://github.com/timwis/leaflet-choropleth", "repository": { "type": "git", "url": "https://github.com/timwis/leaflet-choropleth.git" }, "license": "MIT", "devDependencies": { "jsdom": "^7.2.0", "mocha": "^2.3.4", "mocha-jsdom": "^1.0.0", "should": "^8.0.0", "snazzy": "^2.0.1", "standard": "^5.4.1", "webpack": "^2.5.1" }, "dependencies": { "chroma-js": "^1.1.1", "leaflet": "^1.0.2", "lodash": "^4.17.4" } }