This repository was archived by the owner on Sep 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
50 lines (50 loc) · 1.34 KB
/
bower.json
File metadata and controls
50 lines (50 loc) · 1.34 KB
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
{
"name": "sheaker",
"version": "0.0.1",
"dependencies": {
"angular-resource": "~1.4.8",
"angular-route": "~1.4.8",
"bootstrap": "~3.3.6",
"angular-bootstrap": "~0.14.3",
"moment": "~2.10.6",
"angular": "~1.4.8",
"font-awesome": "~4.5.0",
"angular-jwt": "~0.0.9",
"webcam-directive": "~3.0.0",
"angular-bootstrap-show-errors": "~2.3.0",
"ngInfiniteScroll": "~1.2.1",
"headroom.js": "~0.7.0",
"angular-chart.js": "~0.8.6",
"angular-touch": "~1.4.8",
"angular-loading-bar": "~0.8.0",
"angular-ui-notification": "~0.1.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2"
]
}
},
"resolutions": {
"angular": "~1.4.0"
}
}