forked from SickChill/sickchill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.12 KB
/
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
38
39
40
41
42
43
{
"name": "sickchill",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "<3.0",
"bootstrap": "~3.3.6",
"bootstrap-hover-dropdown": "~2.2.1",
"jquery-ui": "~1.12.1",
"jquery-timeago": "~1.5.4",
"bootstrap3-typeahead": "~4.0.2",
"underscore": "~1.8.3",
"pnotify": "<3.0",
"qtip2": "~2.2.1",
"tablesorter": "jquery.tablesorter#~2.28.4",
"jquery-confirm": "~2.7.0",
"bootstrap-formhelpers": "~2.3.0",
"jquery-backstretch": "~2.1.17",
"jsgettext": "~0.8.1",
"jquery.redirect": "^1.0.4",
"open-sans-fontface": "^1.4.2",
"isotope": "isotope#~3.0.6",
"jquery-tokeninput": "https://github.com/timint/jquery-tokeninput.git#^1.7.0",
"jqueryui-touch-punch": "https://github.com/RWAP/jquery-ui-touch-punch.git",
"latinize": "^0.4.1",
"fork-awesome": "^1.1.7",
"font-awesome": "4.7.0"
},
"resolutions": {
"bootstrap": "~3.3.6",
"jquery": "<3.0",
"fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0",
"ev-emitter": "^2.1.2"
},
"devDependencies": {}
}