Initial commit
This commit is contained in:
32
node_modules/d3-brush/package.json
generated
vendored
Normal file
32
node_modules/d3-brush/package.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "d3-brush",
|
||||
"version": "1.0.4",
|
||||
"description": "Select a one- or two-dimensional region using the mouse or touch.",
|
||||
"homepage": "https://d3js.org/d3-brush/",
|
||||
"license": "BSD-3-Clause",
|
||||
"author": {
|
||||
"name": "Mike Bostock",
|
||||
"url": "http://bost.ocks.org/mike"
|
||||
},
|
||||
"main": "build/d3-brush.js",
|
||||
"module": "index",
|
||||
"jsnext:main": "index",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/d3/d3-brush.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"d3-dispatch": "1",
|
||||
"d3-drag": "1",
|
||||
"d3-interpolate": "1",
|
||||
"d3-selection": "1",
|
||||
"d3-transition": "1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "3",
|
||||
"package-preamble": "0.0",
|
||||
"rollup": "0.41",
|
||||
"tape": "4",
|
||||
"uglify-js": "^2.8.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user