Initial commit
This commit is contained in:
29
node_modules/d3-drag/package.json
generated
vendored
Normal file
29
node_modules/d3-drag/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "d3-drag",
|
||||
"version": "1.2.3",
|
||||
"description": "Drag and drop SVG, HTML or Canvas using mouse or touch input.",
|
||||
"homepage": "https://d3js.org/d3-drag/",
|
||||
"license": "BSD-3-Clause",
|
||||
"author": {
|
||||
"name": "Mike Bostock",
|
||||
"url": "http://bost.ocks.org/mike"
|
||||
},
|
||||
"main": "dist/d3-drag.js",
|
||||
"unpkg": "dist/d3-drag.min.js",
|
||||
"jsdelivr": "dist/d3-drag.min.js",
|
||||
"module": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/d3/d3-drag.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"d3-dispatch": "1",
|
||||
"d3-selection": "1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "5",
|
||||
"rollup": "0.64",
|
||||
"rollup-plugin-terser": "1",
|
||||
"tape": "4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user