Skip to content

Commit 4463256

Browse files
committed
Merge pull request #176 from nadimtuhin/master
Added bower.json file and initial settings
2 parents 5933ce4 + 0cd0131 commit 4463256

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "bootstrap-combobox",
3+
"version": "1.1.6",
4+
"homepage": "https://github.com/danielfarrell/bootstrap-combobox",
5+
"authors": [
6+
"Daniel Farrell <[email protected]>"
7+
],
8+
"main": [
9+
"less/combobox.less",
10+
"css/bootstrap-combobox.css",
11+
"js/bootstrap-combobox.js"
12+
],
13+
"license": "MIT",
14+
"ignore": [
15+
"**/.*",
16+
"node_modules",
17+
"bower_components",
18+
"test",
19+
"tests"
20+
]
21+
}

0 commit comments

Comments
 (0)