jquery-ui/build/core.json
2012-07-06 12:39:17 -04:00

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"
]
}
}