forked from designmodo/Flat-UI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
35 lines (35 loc) · 849 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
{
"name": "flat-ui",
"main": [
"less/flat-ui.less",
"dist/css/flat-ui.css",
"dist/js/flat-ui.js",
"dist/fonts/glyphicons/flat-ui-icons-regular.eot",
"dist/fonts/glyphicons/flat-ui-icons-regular.svg",
"dist/fonts/glyphicons/flat-ui-icons-regular.ttf",
"dist/fonts/glyphicons/flat-ui-icons-regular.woff"
],
"ignore": [
".*"
],
"devDependencies": {
"jquery": "~1.11.1",
"jquery-ui": "~1.10.4",
"bootstrap": "~3.2.0",
"bootstrap-switch": "~3.0.2",
"holderjs": "~2.4.0",
"html5shiv": "~3.7.2",
"jquery-ui-touch-punch": "*",
"respond": "~1.4.2",
"typeahead.js": "~0.10.5",
"google-code-prettify": "~1.0.3",
"bootstrap-tagsinput": "~0.4.2",
"select2": "~3.5.1"
},
"dependencies": {
"videojs": "~4.7.2"
},
"resolutions": {
"jquery": "~1.11.1"
}
}