diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-10-16 08:41:18 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-16 08:41:18 -0400 |
commit | 16a3e63a7108dc7da34d7d52b4fccd9ada24308c (patch) | |
tree | 809fe3d853451df2c94688872eee1c3062b403a5 /ui.tabs.jquery.json | |
parent | d4a437e4b0d91d40eff269a19672a6db9217766e (diff) | |
download | jquery-ui-1.11.2.tar.gz jquery-ui-1.11.2.zip |
1.11.21.11.2
Diffstat (limited to 'ui.tabs.jquery.json')
-rw-r--r-- | ui.tabs.jquery.json | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/ui.tabs.jquery.json b/ui.tabs.jquery.json new file mode 100644 index 000000000..42bbe3f82 --- /dev/null +++ b/ui.tabs.jquery.json @@ -0,0 +1,72 @@ +{ + "name": "ui.tabs", + "title": "jQuery UI Tabs", + "description": "Transforms a set of container elements into a tab structure.", + "keywords": [ + "ui", + "tabs", + "navigation", + "panel", + "collapse", + "expand" + ], + "version": "1.11.2", + "author": { + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery-ui/blob/1.11.2/AUTHORS.txt" + }, + "maintainers": [ + { + "name": "Scott González", + "email": "scott.gonzalez@gmail.com", + "url": "http://scottgonzalez.com" + }, + { + "name": "Jörn Zaefferer", + "email": "joern.zaefferer@gmail.com", + "url": "http://bassistance.de" + }, + { + "name": "Kris Borchers", + "email": "kris.borchers@gmail.com", + "url": "http://krisborchers.com" + }, + { + "name": "Corey Frang", + "email": "gnarf37@gmail.com", + "url": "http://gnarf.net" + }, + { + "name": "Mike Sherov", + "email": "mike.sherov@gmail.com", + "url": "http://mike.sherov.com" + }, + { + "name": "TJ VanToll", + "email": "tj.vantoll@gmail.com", + "url": "http://tjvantoll.com" + }, + { + "name": "Felix Nagel", + "email": "info@felixnagel.com", + "url": "http://www.felixnagel.com" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/jquery/jquery-ui/blob/1.11.2/LICENSE.txt" + } + ], + "bugs": "http://bugs.jqueryui.com/", + "homepage": "http://jqueryui.com/tabs/", + "demo": "http://jqueryui.com/tabs/", + "docs": "http://api.jqueryui.com/tabs/", + "download": "http://jqueryui.com/download/", + "dependencies": { + "jquery": ">=1.6", + "ui.core": "1.11.2", + "ui.widget": "1.11.2" + }, + "category": "widget" +} |