-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
57 lines (57 loc) · 1.55 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "vyapi",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.2.0",
"angular-ui-router": "~0.2.15",
"bootstrap-sass": "~3.3.5",
"malarkey": "yuanqing/malarkey#~1.3.1",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.5.1",
"angular": "1.4.8",
"firebase": "~2.3.2",
"angularfire": "~1.1.3",
"lodash": "~4.0.0",
"angular-animate": "1.4.8",
"jquery-ui": "~1.11.4",
"font-awesome": "fontawesome#~4.5.0",
"hover": "~2.0.2",
"angular-cookies": "~1.4.9",
"ng-csv": "~0.3.6"
},
"devDependencies": {
"angular-mocks": "~1.4.2"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/javascripts/bootstrap.js",
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
}
},
"overrides": {
"font-awesome": {
"main": [
"css/font-awesome.css",
"scss/font-awesome.scss",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2",
"fonts/FontAwesome.eot"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.2"
}
}