skillstream-dragscroll
Version:
Tiny library for drag-n-drop scrolling style
41 lines (40 loc) • 764 B
JSON
{
"name": "dragscroll",
"version": "1.0.2",
"homepage": "https://github.com/skillstream/dragscroll",
"repository": {
"type": "git",
"url": "git://github.com/skillstream/dragscroll.git"
},
"authors": [
"Dmitry Prokashev <heliosframework@gmail.com>"
],
"description": "Tiny library for drag-n-drop scrolling style",
"main": "dragscroll.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"dragscroll",
"scroll",
"scrolling",
"mouse",
"hold",
"click-and-hold",
"drag-and-drop",
"drag-n-drop",
"click-n-hold",
"click-and-hold",
"drag",
"viewport"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}