forked from allpro/layout
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 KB
/
package.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
36
37
38
39
40
41
42
43
44
45
{
"name": "layout-jquery3",
"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.8.5",
"main": "dist/jquery.layout_and_plugins.min.js",
"keywords": [
"ui",
"layout"
],
"author": {
"name": "Kevin Dalman",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Kevin Dalman",
"email": "[email protected]",
"url": "http://layout.jquery-dev.com"
},
{
"name": "Marc Magon",
"email": "[email protected]",
"url": "http://www.guicedee.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": "^3.6.1",
"jquery-migrate": "^3.3.1"
}
}