Files

29 lines
669 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "d3-shape",
"version": "1.2.0",
"description": "Graphical primitives for visualization, such as lines and areas.",
"homepage": "https://d3js.org/d3-shape/",
"license": "BSD-3-Clause",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"main": "build/d3-shape.js",
"module": "index",
"jsnext:main": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3/d3-shape.git"
},
"dependencies": {
"d3-path": "1"
},
"devDependencies": {
"d3-polygon": "1",
"eslint": "3",
"package-preamble": "0.1",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
}
}