ui-selectableScroll/ui-selectableScroll.jquery....

31 lines
955 B
JSON
Raw Normal View History

2013-04-01 00:16:47 +02:00
{
"name": "ui-selectableScroll",
"version": "0.1.6",
2013-04-01 00:16:47 +02:00
"title": "An extended jQuery-ui selectable with scroll capabilities",
"licenses": [{
"type": "GPLv3",
"url": "http://opensource.org/licenses/GPL-3.0"
}],
2013-04-01 00:16:47 +02:00
"dependencies": {
"jquery": ">=1.8",
"jquery-ui": ">=1.10"
},
"description": "This is an extension of the original jQuery ui selectable plugin. It has capabilities to scroll vertical and horizontal as well.",
"keywords": [
"jquery",
"jqueryui",
"selectable",
"scroll",
"plugin"
],
2013-04-01 02:02:27 +02:00
"homepage": "http://karolyi.github.com/ui-selectableScroll/",
2013-04-01 00:41:00 +02:00
"docs": "https://github.com/karolyi/ui-selectableScroll/wiki/How-does-it-work",
2013-04-01 00:16:47 +02:00
"download": "https://github.com/karolyi/ui-selectableScroll",
2013-04-01 02:07:55 +02:00
"demo": "http://karolyi.github.com/ui-selectableScroll/demo.html",
2013-04-01 00:16:47 +02:00
"author": {
"name": "László Károlyi",
"email": "laszlo@karolyi.hu",
"url": "https://linkedin.com/in/karolyi"
2013-04-01 00:16:47 +02:00
}
2013-04-05 09:51:37 +02:00
}