Mercurial > hg > ismi-richfaces
comparison src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/ui.tooltip.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.tooltip", | |
3 "title": "jQuery UI Tooltip", | |
4 "description": "Shows additional information for any element on hover or focus.", | |
5 "keywords": [ | |
6 "ui", | |
7 "tooltip" | |
8 ], | |
9 "version": "1.10.4", | |
10 "author": { | |
11 "name": "jQuery Foundation and other contributors", | |
12 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/AUTHORS.txt" | |
13 }, | |
14 "maintainers": [ | |
15 { | |
16 "name": "Scott González", | |
17 "email": "scott.gonzalez@gmail.com", | |
18 "url": "http://scottgonzalez.com" | |
19 }, | |
20 { | |
21 "name": "Jörn Zaefferer", | |
22 "email": "joern.zaefferer@gmail.com", | |
23 "url": "http://bassistance.de" | |
24 }, | |
25 { | |
26 "name": "Kris Borchers", | |
27 "email": "kris.borchers@gmail.com", | |
28 "url": "http://krisborchers.com" | |
29 }, | |
30 { | |
31 "name": "Corey Frang", | |
32 "email": "gnarf37@gmail.com", | |
33 "url": "http://gnarf.net" | |
34 }, | |
35 { | |
36 "name": "Mike Sherov", | |
37 "email": "mike.sherov@gmail.com", | |
38 "url": "http://mike.sherov.com" | |
39 }, | |
40 { | |
41 "name": "TJ VanToll", | |
42 "email": "tj.vantoll@gmail.com", | |
43 "url": "http://tjvantoll.com" | |
44 } | |
45 ], | |
46 "licenses": [ | |
47 { | |
48 "type": "MIT", | |
49 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/MIT-LICENSE.txt" | |
50 } | |
51 ], | |
52 "bugs": "http://bugs.jqueryui.com/", | |
53 "homepage": "http://jqueryui.com/tooltip/", | |
54 "demo": "http://jqueryui.com/tooltip/", | |
55 "docs": "http://api.jqueryui.com/tooltip/", | |
56 "download": "http://jqueryui.com/download/", | |
57 "dependencies": { | |
58 "jquery": ">=1.6", | |
59 "ui.core": "1.10.4", | |
60 "ui.widget": "1.10.4", | |
61 "ui.position": "1.10.4" | |
62 }, | |
63 "category": "widget" | |
64 } |