source: ether_iasi/trunk/web/resources/js/library/jquery-ui-1.9.2.custom/development-bundle/ui.menu.jquery.json @ 786

Last change on this file since 786 was 786, checked in by cbipsl, 10 years ago

commit temp
bug libraries

File size: 1.2 KB
Line 
1{
2        "name": "ui.menu",
3        "title": "jQuery UI Menu",
4        "description": "Creates nestable menus.",
5        "keywords": [
6                "ui",
7                "menu",
8                "dropdown",
9                "flyout"
10        ],
11        "version": "1.9.2",
12        "author": {
13                "name": "jQuery Foundation and other contributors",
14                "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/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        "licenses": [
39                {
40                        "type": "MIT",
41                        "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
42                }
43        ],
44        "bugs": "http://bugs.jqueryui.com/",
45        "homepage": "http://jqueryui.com/menu/",
46        "demo": "http://jqueryui.com/menu/",
47        "docs": "http://api.jqueryui.com/menu/",
48        "download": "http://jqueryui.com/download/",
49        "dependencies": {
50                "jquery": ">=1.6",
51                "ui.core": "1.9.2",
52                "ui.widget": "1.9.2",
53                "ui.position": "1.9.2"
54        },
55        "category": "widget"
56}
Note: See TracBrowser for help on using the repository browser.