-
Notifications
You must be signed in to change notification settings - Fork 141
/
layout.jquery.json
35 lines (35 loc) · 1.13 KB
/
layout.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "layout",
"title": "UI Layout",
"description": "Create advanced UI layouts with sizable, collapsible, nested panels and tons of options. Layout can create any UI look you want; from simple headers or sidebars to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc. Integrates with and enhances other UI widgets, like tabs, accordions and dialogs, to create rich interfaces.",
"version": "1.4.3",
"keywords": [
"ui",
"layout"
],
"author": {
"name": "Kevin Dalman",
"email": "[email protected]"
},
"maintainers": [
{ "name": "Kevin Dalman",
"email": "[email protected]",
"url": "http://layout.jquery-dev.com"
}
],
"licenses": [
{ "type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{ "type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"homepage": "https://github.com/allpro/layout",
"docs": "http://layout.jquery-dev.com/documentation.cfm",
"bugs": "https://groups.google.com/forum/#!forum/jquery-ui-layout",
"download": "https://github.com/allpro/layout/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}