7
|
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.10.4",
|
|
15 "author": {
|
|
16 "name": "jQuery Foundation and other contributors",
|
|
17 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/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 "name": "Mike Sherov",
|
|
42 "email": "mike.sherov@gmail.com",
|
|
43 "url": "http://mike.sherov.com"
|
|
44 },
|
|
45 {
|
|
46 "name": "TJ VanToll",
|
|
47 "email": "tj.vantoll@gmail.com",
|
|
48 "url": "http://tjvantoll.com"
|
|
49 }
|
|
50 ],
|
|
51 "licenses": [
|
|
52 {
|
|
53 "type": "MIT",
|
|
54 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/MIT-LICENSE.txt"
|
|
55 }
|
|
56 ],
|
|
57 "bugs": "http://bugs.jqueryui.com/",
|
|
58 "homepage": "http://jqueryui.com/position/",
|
|
59 "demo": "http://jqueryui.com/position/",
|
|
60 "docs": "http://api.jqueryui.com/position/",
|
|
61 "download": "http://jqueryui.com/download/",
|
|
62 "dependencies": {
|
|
63 "jquery": ">=1.6"
|
|
64 },
|
|
65 "category": "core"
|
|
66 }
|