29 lines
690 B
JSON
29 lines
690 B
JSON
{
|
|
"name": "d3-chord",
|
|
"version": "1.0.4",
|
|
"description": "Visualize relationships or network flow with an aesthetically-pleasing circular layout.",
|
|
"homepage": "https://d3js.org/d3-chord/",
|
|
"license": "BSD-3-Clause",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "http://bost.ocks.org/mike"
|
|
},
|
|
"main": "build/d3-chord.js",
|
|
"module": "index",
|
|
"jsnext:main": "index",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/d3/d3-chord.git"
|
|
},
|
|
"dependencies": {
|
|
"d3-array": "1",
|
|
"d3-path": "1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "3",
|
|
"package-preamble": "0.0",
|
|
"rollup": "0.41",
|
|
"tape": "4",
|
|
"uglify-js": "^2.8.11"
|
|
}
|
|
} |