2012-07-06 00:11:52 +00:00
|
|
|
{
|
|
|
|
"core": {
|
2012-07-06 16:39:17 +00:00
|
|
|
"description": "The core of jQuery UI, required for all interactions and widgets.",
|
|
|
|
"homepage": "http://jqueryui.com/",
|
|
|
|
"demo": "http://jqueryui.com/",
|
2012-07-16 19:29:13 +00:00
|
|
|
"docs": "http://api.jqueryui.com/category/ui-core/"
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"datepicker": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Displays a calendar from an input or inline for selecting dates.",
|
2012-07-06 00:11:52 +00:00
|
|
|
"dependencies": [ "core" ],
|
|
|
|
"keywords": [
|
|
|
|
"form",
|
|
|
|
"calendar",
|
|
|
|
"date",
|
|
|
|
"i18n"
|
2012-07-16 12:08:10 +00:00
|
|
|
],
|
|
|
|
"category": "widget"
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"effect": {
|
2012-07-06 16:39:17 +00:00
|
|
|
"title": "jQuery UI Effects Core",
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
|
2012-07-06 00:11:52 +00:00
|
|
|
"keywords": [
|
|
|
|
"animation",
|
|
|
|
"show",
|
|
|
|
"hide",
|
|
|
|
"color",
|
|
|
|
"class",
|
|
|
|
"transition",
|
|
|
|
"easing"
|
2012-07-06 16:39:17 +00:00
|
|
|
],
|
2012-07-16 12:08:10 +00:00
|
|
|
"category": "effect",
|
2012-07-06 16:39:17 +00:00
|
|
|
"homepage": "http://jqueryui.com/",
|
2012-07-16 19:29:13 +00:00
|
|
|
"demo": "http://jqueryui.com/effects/",
|
|
|
|
"docs": "http://api.jqueryui.com/category/effects-core/"
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"position": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Positions elements relative to other elements.",
|
2012-07-06 00:11:52 +00:00
|
|
|
"keywords": [
|
|
|
|
"offset",
|
|
|
|
"relative",
|
|
|
|
"absolute",
|
|
|
|
"fixed",
|
|
|
|
"collision"
|
|
|
|
]
|
|
|
|
},
|
2012-07-16 19:14:42 +00:00
|
|
|
"transfer": {
|
|
|
|
"name": "ui.effect-transfer",
|
|
|
|
"title": "jQuery UI Transfer Effect",
|
|
|
|
"description": "Displays a transfer effect from one element to another.",
|
|
|
|
"keywords": [
|
|
|
|
"effect"
|
|
|
|
],
|
|
|
|
"homepage": "http://jqueryui.com/transfer-effect/",
|
|
|
|
"demo": "http://jqueryui.com/transfer-effect/",
|
|
|
|
"docs": "http://api.jqueryui.com/transfer-effect/",
|
|
|
|
"dependencies": [ "effect" ],
|
|
|
|
"category": "effect"
|
|
|
|
},
|
2012-07-06 00:11:52 +00:00
|
|
|
"widget": {
|
|
|
|
"description": "Provides a factory for creating stateful widgets with a common API.",
|
|
|
|
"keywords": [
|
|
|
|
"abstraction",
|
|
|
|
"state",
|
|
|
|
"factory"
|
2012-09-29 20:21:58 +00:00
|
|
|
],
|
2012-10-02 15:05:32 +00:00
|
|
|
"docs": "http://api.jqueryui.com/jQuery.widget/"
|
2012-07-06 00:11:52 +00:00
|
|
|
}
|
|
|
|
}
|