dragjs
Version:
Simple utility to make it easier to implement drag based things (ie. sliders and such)
35 lines • 749 B
JSON
{
"module": "./esm/mod.js",
"main": "./umd/mod.js",
"types": "./types/mod.d.ts",
"name": "dragjs",
"version": "0.13.6",
"description": "Simple utility to make it easier to implement drag based things (ie. sliders and such)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bebraw/dragjs.git"
},
"bugs": {
"url": "https://github.com/bebraw/dragjs/issues"
},
"keywords": [
"drag",
"dragging",
"draggable"
],
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./umd/mod.js",
"types": "./types/mod.d.ts"
}
},
"scripts": {
"test": "node test_runner.js"
},
"dependencies": {},
"devDependencies": {
"chalk": "4.1.2"
}
}