@zippytech/drag-helper
Version:
A drag & drop utility
32 lines • 670 B
JSON
{
"name": "@zippytech/drag-helper",
"version": "2.0.4",
"description": "A drag & drop utility",
"main": "index.js",
"author": "Zippy Technologies <contact@zippytech.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zippytech/DragHelper/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zippytech/DragHelper.git"
},
"scripts": {
"test": "make"
},
"keywords": [
"drag",
"drop",
"drag&drop",
"drag-drop",
"bounding",
"rect",
"region"
],
"dependencies": {
"@zippytech/has-touch": "^2.0.2",
"@zippytech/region-align": "^3.0.6",
"object-assign": "^4.1.1"
}
}