forked from danielpetisme/sancho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.05 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
{
"name": "fountain-inject",
"version": "0.0.1",
"dependencies": {
"angular": "^1.5.0",
"angular-cookies": "^1.5.0",
"angular-ui-router": "1.0.0-beta.1",
"font-awesome": "^4.7.0",
"bootstrap": "v4.0.0-alpha.6",
"angular-uuid": "^0.1.0",
"ngstorage": "^0.3.11",
"angular-uuid4": "^0.3.1",
"recordrtc": "^5.4.0",
"angular-bootstrap": "^2.4.0",
"angular-scroll-glue": "^2.1.0",
"angular-moment": "^1.0.1",
"angular-dynamic-locale": "^0.1.32",
"angular-translate": "^2.13.1",
"angular-translate-interpolation-messageformat": "^2.13.1",
"angular-translate-loader-partial": "^2.13.1",
"angular-translate-storage-cookie": "^2.13.1",
"angular-hotkeys": "chieffancypants/angular-hotkeys#^1.7.0",
"angular-i18n": "^1.6.1",
"fuse.js": "^2.6.1"
},
"devDependencies": {
"angular-mocks": "^1.5.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css"
]
}
}
}