diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c085ad9 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "jquery.ui.timepicker", + "version": "0.3.3", + "homepage": "https://github.com/fgelinas/timepicker", + "authors": [ + "Francois Gelinas " + ], + "description": "jQuery UI Timepicker", + "main": "jquery.ui.timepicker.css", + "keywords": [ + "time", + "jquery" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}