From 60e82ff5cd9b68ed2b2a54e36a9a4ab110d91bf3 Mon Sep 17 00:00:00 2001 From: Luke Adamczewski Date: Thu, 4 Apr 2013 14:51:25 +0200 Subject: [PATCH] added composer file to be compatible with composer --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..71bae2d --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "trentrichardson/jquery-timepicker-addon" + , "description": "The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these." + , "keywords": ["jquery timepicker"] + , "homepage": "http://trentrichardson.com/examples/timepicker/" + , "author": "Trent Richardson" + , "license": "Apache-2.0" + +}