@lsteiner/map_module
Version:
a module for outputting locus-branded chloropleths
22 lines (21 loc) • 434 B
JSON
{
"name": "@lsteiner/map_module",
"version": "0.0.7",
"description": "a module for outputting locus-branded chloropleths",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chloropleth",
"locus",
"data",
"visualization"
],
"author": "Leigh Steiner",
"license": "ISC",
"dependencies": {
"d3": "^5.9.2",
"topojson": "^3.0.2"
}
}