forked from danielfarrell/bootstrap-combobox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 672 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "bootstrap-combobox",
"version": "1.1.8",
"homepage": "https://github.com/danielfarrell/bootstrap-combobox",
"authors": [
"Daniel Farrell <danielfarrell76@gmail.com>",
"Patrick Wiseman",
"James Martin <wagedomain@gmail.com"
],
"main": [
"less/combobox.less",
"css/bootstrap-combobox.css",
"js/bootstrap-combobox.js"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"description": "A bootstrap styled combobox with typeahead searching",
"moduleType": [],
"keywords": [
"bootstrap",
"jquery",
"combobox",
"typeahead"
]
}