Mercurial > hg > ismi-richfaces
comparison src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/ui.draggable.jquery.json @ 7:764f47286679
(none)
author | jurzua |
---|---|
date | Wed, 29 Oct 2014 14:28:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:ded3bccf2cf9 | 7:764f47286679 |
---|---|
1 { | |
2 "name": "ui.draggable", | |
3 "title": "jQuery UI Draggable", | |
4 "description": "Enables dragging functionality for any element.", | |
5 "keywords": [ | |
6 "ui", | |
7 "draggable", | |
8 "drag", | |
9 "drop" | |
10 ], | |
11 "version": "1.10.4", | |
12 "author": { | |
13 "name": "jQuery Foundation and other contributors", | |
14 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/AUTHORS.txt" | |
15 }, | |
16 "maintainers": [ | |
17 { | |
18 "name": "Scott González", | |
19 "email": "scott.gonzalez@gmail.com", | |
20 "url": "http://scottgonzalez.com" | |
21 }, | |
22 { | |
23 "name": "Jörn Zaefferer", | |
24 "email": "joern.zaefferer@gmail.com", | |
25 "url": "http://bassistance.de" | |
26 }, | |
27 { | |
28 "name": "Kris Borchers", | |
29 "email": "kris.borchers@gmail.com", | |
30 "url": "http://krisborchers.com" | |
31 }, | |
32 { | |
33 "name": "Corey Frang", | |
34 "email": "gnarf37@gmail.com", | |
35 "url": "http://gnarf.net" | |
36 }, | |
37 { | |
38 "name": "Mike Sherov", | |
39 "email": "mike.sherov@gmail.com", | |
40 "url": "http://mike.sherov.com" | |
41 }, | |
42 { | |
43 "name": "TJ VanToll", | |
44 "email": "tj.vantoll@gmail.com", | |
45 "url": "http://tjvantoll.com" | |
46 } | |
47 ], | |
48 "licenses": [ | |
49 { | |
50 "type": "MIT", | |
51 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/MIT-LICENSE.txt" | |
52 } | |
53 ], | |
54 "bugs": "http://bugs.jqueryui.com/", | |
55 "homepage": "http://jqueryui.com/draggable/", | |
56 "demo": "http://jqueryui.com/draggable/", | |
57 "docs": "http://api.jqueryui.com/draggable/", | |
58 "download": "http://jqueryui.com/download/", | |
59 "dependencies": { | |
60 "jquery": ">=1.6", | |
61 "ui.core": "1.10.4", | |
62 "ui.widget": "1.10.4", | |
63 "ui.mouse": "1.10.4" | |
64 }, | |
65 "category": "interaction" | |
66 } |