31 lines
713 B
JSON
31 lines
713 B
JSON
{
|
|
"name": "d3-force",
|
|
"version": "1.1.0",
|
|
"description": "Force-directed graph layout using velocity Verlet integration.",
|
|
"homepage": "https://d3js.org/d3-force/",
|
|
"license": "BSD-3-Clause",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "http://bost.ocks.org/mike"
|
|
},
|
|
"main": "build/d3-force.js",
|
|
"module": "index",
|
|
"jsnext:main": "index",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/d3/d3-force.git"
|
|
},
|
|
"dependencies": {
|
|
"d3-collection": "1",
|
|
"d3-dispatch": "1",
|
|
"d3-quadtree": "1",
|
|
"d3-timer": "1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "4",
|
|
"package-preamble": "0.1",
|
|
"rollup": "0.50",
|
|
"tape": "4",
|
|
"uglify-js": "3"
|
|
}
|
|
} |