forked from Netflix/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
57 lines (57 loc) · 1.46 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": "vector",
"version": "1.1.0",
"authors": [
"Martin Spier <mspier@netflix.com>"
],
"main": "index.html",
"license": "Apache License, v2.0",
"homepage": "https://github.com/Netflix/Vector",
"private": false,
"dependencies": {
"jquery": "~2.1.4",
"angular-route": "~1.4.10",
"bootstrap": "~3.3.6",
"angular-bootstrap": "~1.3.2",
"lodash": "~4.5.1",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"malhar-angular-dashboard": "2.0.0",
"d3": "3.5.16",
"nvd3": "1.8.2",
"font-awesome": "4.6.1",
"angular": "~1.4.10"
},
"devDependencies": {
"angular-mocks": "~1.4.10"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"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",
"fonts/FontAwesome.otf"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.10"
}
}