-
Notifications
You must be signed in to change notification settings - Fork 47
/
bower.json
35 lines (35 loc) · 851 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": "WearHacks-Website",
"version": "0.0.0",
"homepage": "https://github.com/eleyine/WearHacks-Website",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"bootstrap": "~3.3.0",
"bootstrap-material-design": "~0.1.5",
"jquery": "~2.1.1",
"underscore": "~1.7.0",
"bootstrap3-dialog": "~1.34.2",
"jasny-bootstrap": "~3.1.3",
"bootstrap3-typeahead": "~3.1.0",
"jquery-cookie": "~1.4.1",
"jquery-ui": "~1.11.4",
"autosize": "~2.0.0",
"jquery-masonry": "~3.2.2",
"font-awesome": "~4.3.0",
"jquery-easing": "*",
"fittext": "*",
"wow": "~1.1.2",
"jquery-cycle2": "~2.1.6",
"snackbarjs": "~1.0.0",
"bootstrap-switch": "~3.3.2",
"datejs": "~1.0.0-rc3"
},
"resolutions": {
"bootstrap": "~3.3.0"
}
}