Files

31 lines
688 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "d3-geo",
"version": "1.9.1",
"description": "Shapes and calculators for spherical coordinates.",
"homepage": "https://d3js.org/d3-geo/",
"license": "BSD-3-Clause",
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"main": "build/d3-geo.js",
"module": "index",
"jsnext:main": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3/d3-geo.git"
},
"dependencies": {
"d3-array": "1"
},
"devDependencies": {
"canvas": "1",
"d3-format": "1",
"eslint": "4",
"package-preamble": "0.1",
"rollup": "0.52",
"tape": "4",
"topojson-client": "3",
"uglify-js": "3"
}
}