33 lines
610 B
JSON
33 lines
610 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|