-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 858 Bytes
/
bower.json
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
32
33
34
35
36
37
{
"name": "fa-bootstrap-chosen",
"version": "1.0.0",
"homepage": "https://github.com/rocket-turtle/fa-bootstrap-chosen",
"authors": [
"Jonas S <[email protected]>"
],
"description": "The fa-bootstrap-chosen is a style that you can use the popular chosen library with Bootstrap.",
"main": [
"sass/fa-bootstrap-chosen.scss",
"sass/fa-bootstrap-chosen/_mixins.scss",
"sass/fa-bootstrap-chosen/_variables.scss",
"public/stylesheets/fa-bootstrap-chosen.css"
],
"keywords": [
"bootstrap",
"chosen",
"multiselect",
"dropdown",
"select",
"input",
"form",
"ui"
],
"license": "MIT",
"ignore": [
"**/.*",
"gulpfile.js",
"package.json",
"sass-for-demo/*",
"public/index.html"
],
"dependencies": {
"bootstrap-sass": "boostrap-sass#^3.3.6",
"chosen": "^1.5.1"
}
}