-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathudraggable.jquery.json
39 lines (39 loc) · 1.24 KB
/
udraggable.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "udraggable",
"title": "jQuery udraggable",
"description": "jQuery plugin for making elements draggable with both mouse and touch support. A (tiny) subset of the functionality of jQueryUI's 'draggable' widget, but with touch support added.",
"keywords": [
"drag",
"touch"
],
"version": "0.3.0",
"author": {
"name": "Grant McLean",
"email": "[email protected]",
"url": "https://github.com/grantm"
},
"maintainers": [
{
"name": "Grant McLean",
"email": "[email protected]",
"url": "https://github.com/grantm"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/grantm/jquery-udraggable/blob/master/LICENSE"
},
{
"type": "GPLv3",
"url": "https://github.com/grantm/jquery-udraggable/blob/master/LICENSE"
}
],
"bugs": "https://github.com/grantm/jquery-udraggable/issues",
"homepage": "http://grantm.github.com/jquery-udraggable/",
"docs": "http://grantm.github.com/jquery-udraggable/",
"demo": "http://grantm.github.io/jquery-udraggable/examples/options.html",
"dependencies": {
"jquery": ">=1.7"
}
}