aboutsummaryrefslogtreecommitdiffstats
path: root/build/core.json
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-07-05 20:11:52 -0400
committerScott González <scott.gonzalez@gmail.com>2012-07-05 20:11:52 -0400
commit7f859e4c7390e40c41f6789e085f2115d22ce44e (patch)
treeffc1cec43a59f1ae603fcb261175e4e134b41ec4 /build/core.json
parentab260f70626b89c993467f90f260a461a25d92b3 (diff)
downloadjquery-ui-7f859e4c7390e40c41f6789e085f2115d22ce44e.tar.gz
jquery-ui-7f859e4c7390e40c41f6789e085f2115d22ce44e.zip
Initial implementation for generating manifest files.
Diffstat (limited to 'build/core.json')
-rw-r--r--build/core.json45
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"
+ ]
+ }
+}