Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "jquery-ui-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.4",
"keywords": [
"ui",
"layout"
],
"main": [
"source/stable/jquery.layout.js",
"source/stable/jquery.layout.min.js",
"source/stable/layout-default.css"
],
"ignore": [
".*",
"demos",
"source/dev",
"source/jquery",
"source/versions",
"source/*.txt",
"layout.jquery.json"
],
"author": {
"name": "Kevin Dalman",
"email": "kevin@jquery-dev.com"
},
"maintainers": [
{ "name": "Kevin Dalman",
"email": "kevin@jquery-dev.com",
"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"
}
}