Files
zhibo/node_modules/unidragger/package.json
T
xiaoyu ac8f91d4d3 init
2023-05-22 14:23:20 +08:00

31 lines
651 B
JSON

{
"name": "unidragger",
"version": "2.4.0",
"description": "Base draggable class",
"main": "unidragger.js",
"dependencies": {
"unipointer": "^2.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"draggable",
"flickity",
"draggabilly",
"browser",
"dom"
],
"author": "David DeSandro",
"license": "MIT",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/metafizzy/unidragger.git"
},
"bugs": {
"url": "https://github.com/metafizzy/unidragger/issues"
},
"homepage": "https://github.com/metafizzy/unidragger"
}