Files

25 lines
609 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "d3-voronoi",
"version": "1.1.2",
"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
"homepage": "https://d3js.org/d3-voronoi/",
"license": "BSD-3-Clause",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"main": "build/d3-voronoi.js",
"module": "index",
"jsnext:main": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3/d3-voronoi.git"
},
"devDependencies": {
"eslint": "3",
"package-preamble": "0.0",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
}
}