31 lines
651 B
JSON
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"
|
|
}
|