30 lines
726 B
JSON
30 lines
726 B
JSON
{
|
|
"name": "d3-hierarchy",
|
|
"version": "1.1.5",
|
|
"description": "Layout algorithms for visualizing hierarchical data.",
|
|
"homepage": "https://d3js.org/d3-hierarchy/",
|
|
"license": "BSD-3-Clause",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "http://bost.ocks.org/mike"
|
|
},
|
|
"main": "build/d3-hierarchy.js",
|
|
"module": "index",
|
|
"jsnext:main": "index",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/d3/d3-hierarchy.git"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"d3-array": "^1.2.0",
|
|
"d3-dsv": "1",
|
|
"d3-queue": "3",
|
|
"d3-random": "^1.1.0",
|
|
"eslint": "3",
|
|
"package-preamble": "0.0",
|
|
"rollup": "0.42",
|
|
"tape": "4",
|
|
"uglify-js": "^3.0.15"
|
|
}
|
|
} |