diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..0fb199d --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "bootstrap-combobox", + "version": "1.1.6", + "homepage": "https://github.com/danielfarrell/bootstrap-combobox", + "authors": [ + "Daniel Farrell " + ], + "main": [ + "less/combobox.less", + "css/bootstrap-combobox.css", + "js/bootstrap-combobox.js" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}