mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"core": {
|
|
"description": "The core of jQuery UI, required for all interactions and widgets.",
|
|
"homepage": "http://jqueryui.com/",
|
|
"demo": "http://jqueryui.com/",
|
|
"docs": "http://api.jqueryui.com/category/ui-core"
|
|
},
|
|
"datepicker": {
|
|
"description": "A datepicker than can be toggled from a input or displayed inline.",
|
|
"dependencies": [ "core" ],
|
|
"keywords": [
|
|
"form",
|
|
"calendar",
|
|
"date",
|
|
"i18n"
|
|
]
|
|
},
|
|
"effect": {
|
|
"title": "jQuery UI Effects Core",
|
|
"description": "Extends the internal jQuery effects, includes morphing, easing and is required by all other effects.",
|
|
"keywords": [
|
|
"animation",
|
|
"show",
|
|
"hide",
|
|
"color",
|
|
"class",
|
|
"transition",
|
|
"easing"
|
|
],
|
|
"homepage": "http://jqueryui.com/",
|
|
"demo": "http://jqueryui.com/",
|
|
"docs": "http://api.jqueryui.com/category/effects-core"
|
|
},
|
|
"position": {
|
|
"description": "A utility plugin for positioning elements relative to other elements.",
|
|
"keywords": [
|
|
"offset",
|
|
"relative",
|
|
"absolute",
|
|
"fixed",
|
|
"collision"
|
|
]
|
|
},
|
|
"widget": {
|
|
"description": "Provides a factory for creating stateful widgets with a common API.",
|
|
"keywords": [
|
|
"abstraction",
|
|
"state",
|
|
"factory"
|
|
]
|
|
}
|
|
}
|