-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
55 lines (55 loc) · 1.5 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
{
"name": "dnastack-website",
"version": "1.0.0",
"dependencies": {
"angular": "~1.4.2",
"angular-bootstrap": "~0.13.4",
"angular-mailchimp": "~0.0.3",
"angular-resource": "~1.4.2",
"angular-toastr": "~1.5.0",
"angular-touch": "~1.4.2",
"angular-ui-router": "~0.2.15",
"animate.css": "~3.4.0",
"bootstrap": "~3.3.5",
"font-awesome": "fontawesome#~4.6.3",
"jquery": "~2.1.4",
"lodash": "~3.10.1",
"moment": "~2.10.6",
"ngSmoothScroll": "~2.0.0",
"angular-vimeo-embed": "^0.1.2",
"angular-sticky": "angular-sticky-plugin#^0.2.4",
"angular-ui-switch": "^0.1.1",
"angular-carousel": "^1.0.1",
"sotos.angular-slider": "*"
},
"devDependencies": {
"angular-mocks": "~1.4.2"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"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.woff",
"fonts/fontawesome-webfont.woff2",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.svg"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.2",
"angular-resource": "~1.4.2"
}
}