initial commit
This commit is contained in:
32
node_modules/drag-helper/package.json
generated
vendored
Normal file
32
node_modules/drag-helper/package.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "drag-helper",
|
||||
"version": "1.3.6",
|
||||
"description": "A drag & drop utility",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "make"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/radubrehar/DragHelper.git"
|
||||
},
|
||||
"keywords": [
|
||||
"drag",
|
||||
"drop",
|
||||
"drag&drop",
|
||||
"drag-drop",
|
||||
"bounding",
|
||||
"rect",
|
||||
"region"
|
||||
],
|
||||
"author": "Radu Brehar",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/radubrehar/DragHelper/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"has-touch": "^1.0.0",
|
||||
"object-assign": "^4.1.0",
|
||||
"region-align": "^2.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user