-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 895 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
36
37
38
39
{
"name": "blondie",
"version": "0.0.0",
"authors": [
"Jamie Sellars <jamie.sellars@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.4",
"angular-ui": "~0.4.0",
"angular-ui-router": "~0.2.15",
"jquery": "~2.1.4",
"bootstrap-css": "~3.3.4",
"fontawesome": "~4.4.0",
"angular-animate": "~1.4.4",
"angular-bootstrap": "~0.13.3",
"animate.css": "~3.4.0",
"bootstrap-toggle": "~2.2.1",
"angular-chart.js": "~0.7.6"
},
"overrides": {
"fontawesome": {
"main": [
"./css/font-awesome.min.css",
"./fonts/fontawesome-webfont.woff",
"./fonts/fontawesome-webfont.woff2",
"./fonts/fontawesome-webfont.ttf"
]
}
},
"homepage": "https://github.com/goingsideways/blondie"
}