summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-08-04 09:43:35 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-08-04 09:43:35 -0400
commit6700b9f61e21dec6070c1ff6993b6b3c9c69c6e5 (patch)
treee5460d97467f53237d7ee70da1771633c9fbc6ce
parentdf4a6c832534c142985eba0e15ea4aba64ab2991 (diff)
downloadjQuery-Timepicker-Addon-6700b9f61e21dec6070c1ff6993b6b3c9c69c6e5.zip
jQuery-Timepicker-Addon-6700b9f61e21dec6070c1ff6993b6b3c9c69c6e5.tar.gz
jQuery-Timepicker-Addon-6700b9f61e21dec6070c1ff6993b6b3c9c69c6e5.tar.bz2
Pull Request #613 Add Composure Support
-rw-r--r--composer.json27
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