@transformation-dev/dragster
Version:
Port of Ben Smithett's dragster to ES6. Wraps native dragenter/dragleave to behave like mouse event when hovering over child DOM elements.
37 lines (36 loc) • 1.01 kB
JSON
{
"name": "@transformation-dev/dragster",
"version": "0.8.0",
"description": "Port of Ben Smithett's dragster to ES6. Wraps native dragenter/dragleave to behave like mouse event when hovering over child DOM elements.",
"keywords": [
"drag-and-drop",
"drag",
"drop",
"dragenter",
"dragleave",
"svelte",
"svelte3"
],
"author": "Larry Maccherone <Larry@Maccherone.com>",
"homepage": "https://github.com/transformation-dev/blueprint/tree/master/packages/dragster#readme",
"license": "MIT",
"main": "dragster.js",
"type": "module",
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transformation-dev/blueprint.git#master"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/transformation-dev/blueprint/issues"
},
"gitHead": "d123591168ada09c2d1f75551bf6be191d636f15"
}