From 0cd01313accc345d321bfd08208bfcbef979ee86 Mon Sep 17 00:00:00 2001 From: Nadim Tuhin Date: Fri, 16 Jan 2015 17:15:16 +0600 Subject: [PATCH] has no bower.json file. added main files so its compitable with bower-main-files node package. bower-main-files helps a lot in frontend developement --- bower.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bower.json 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" + ] +}