diff options
Diffstat (limited to 'build/core.json')
-rw-r--r-- | build/core.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/build/core.json b/build/core.json new file mode 100644 index 000000000..e50a57b42 --- /dev/null +++ b/build/core.json @@ -0,0 +1,45 @@ +{ + "core": { + "description": "The core of jQuery UI, required for all interactions and widgets." + }, + "datepicker": { + "description": "A datepicker than can be toggled from a input or displayed inline.", + "dependencies": [ "core" ], + "keywords": [ + "form", + "calendar", + "date", + "i18n" + ] + }, + "effect": { + "description": "Extends the internal jQuery effects, includes morphing, easing and is required by all other effects.", + "keywords": [ + "animation", + "show", + "hide", + "color", + "class", + "transition", + "easing" + ] + }, + "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" + ] + } +} |