diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-01-09 08:47:53 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-01-09 08:47:53 -0500 |
commit | 33233f7e677e742ce2a28b3533c52f782df83e02 (patch) | |
tree | 92d4a9f048f99ac00619b2e4fd85f8b1aacc897c /ui.datepicker.jquery.json | |
parent | 78a6354180053ffb8e54be6bfb69260c6da2d2e8 (diff) | |
download | jquery-ui-33233f7e677e742ce2a28b3533c52f782df83e02.tar.gz jquery-ui-33233f7e677e742ce2a28b3533c52f782df83e02.zip |
Tagging the 1.10.0-rc.1 release.1.10.0-rc.1
Diffstat (limited to 'ui.datepicker.jquery.json')
-rw-r--r-- | ui.datepicker.jquery.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/ui.datepicker.jquery.json b/ui.datepicker.jquery.json new file mode 100644 index 000000000..8b4193dff --- /dev/null +++ b/ui.datepicker.jquery.json @@ -0,0 +1,66 @@ +{ + "name": "ui.datepicker", + "title": "jQuery UI Datepicker", + "description": "Displays a calendar from an input or inline for selecting dates.", + "keywords": [ + "ui", + "datepicker", + "form", + "calendar", + "date", + "i18n" + ], + "version": "1.10.0-rc.1", + "author": { + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery-ui/blob/1.10.0-rc.1/AUTHORS.txt" + }, + "maintainers": [ + { + "name": "Scott González", + "email": "scott.gonzalez@gmail.com", + "url": "http://scottgonzalez.com" + }, + { + "name": "Jörn Zaefferer", + "email": "joern.zaefferer@gmail.com", + "url": "http://bassistance.de" + }, + { + "name": "Kris Borchers", + "email": "kris.borchers@gmail.com", + "url": "http://krisborchers.com" + }, + { + "name": "Corey Frang", + "email": "gnarf37@gmail.com", + "url": "http://gnarf.net" + }, + { + "name": "Mike Sherov", + "email": "mike.sherov@gmail.com", + "url": "http://mike.sherov.com" + }, + { + "name": "TJ VanToll", + "email": "tj.vantoll@gmail.com", + "url": "http://tjvantoll.com" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/jquery/jquery-ui/blob/1.10.0-rc.1/MIT-LICENSE.txt" + } + ], + "bugs": "http://bugs.jqueryui.com/", + "homepage": "http://jqueryui.com/datepicker/", + "demo": "http://jqueryui.com/datepicker/", + "docs": "http://api.jqueryui.com/datepicker/", + "download": "http://jqueryui.com/download/", + "dependencies": { + "jquery": ">=1.6", + "ui.core": "1.10.0-rc.1" + }, + "category": "widget" +} |