diff options
-rw-r--r-- | composer.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2f1c310 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "trentrichardson/jquery-timepicker-addon", + "description": "Adds a timepicker to jQueryUI Datepicker.", + "type": "component", + "homepage": "http://trentrichardson.com/examples/timepicker/", + "license": [ + "MIT", + "GPL-2.0" + ], + "require": { + "robloach/component-installer": "*", + "components/jqueryui": "~1.10.2" + }, + "extra": { + "component": { + "name": "jquery-timepicker-addon", + "scripts": [ + "dist/jquery-ui-sliderAccess.js", + "dist/jquery-ui-timepicker-addon.js", + "dist/i18n/**" + ], + "styles": [ + "dist/jquery-ui-timepicker-addon.css" + ] + } + } +}
\ No newline at end of file |