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

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

commit temp
bug libraries

File size: 1.2 KB
Line 
1{
2        "name": "ui.position",
3        "title": "jQuery UI Position",
4        "description": "Positions elements relative to other elements.",
5        "keywords": [
6                "ui",
7                "position",
8                "offset",
9                "relative",
10                "absolute",
11                "fixed",
12                "collision"
13        ],
14        "version": "1.9.2",
15        "author": {
16                "name": "jQuery Foundation and other contributors",
17                "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
18        },
19        "maintainers": [
20                {
21                        "name": "Scott González",
22                        "email": "scott.gonzalez@gmail.com",
23                        "url": "http://scottgonzalez.com"
24                },
25                {
26                        "name": "Jörn Zaefferer",
27                        "email": "joern.zaefferer@gmail.com",
28                        "url": "http://bassistance.de"
29                },
30                {
31                        "name": "Kris Borchers",
32                        "email": "kris.borchers@gmail.com",
33                        "url": "http://krisborchers.com"
34                },
35                {
36                        "name": "Corey Frang",
37                        "email": "gnarf37@gmail.com",
38                        "url": "http://gnarf.net"
39                }
40        ],
41        "licenses": [
42                {
43                        "type": "MIT",
44                        "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
45                }
46        ],
47        "bugs": "http://bugs.jqueryui.com/",
48        "homepage": "http://jqueryui.com/position/",
49        "demo": "http://jqueryui.com/position/",
50        "docs": "http://api.jqueryui.com/position/",
51        "download": "http://jqueryui.com/download/",
52        "dependencies": {
53                "jquery": ">=1.6"
54        },
55        "category": "core"
56}
Note: See TracBrowser for help on using the repository browser.