-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
61 lines (61 loc) · 1.63 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
58
59
60
61
{
"name": "visu",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.1.4",
"angular": "~1.3.20",
"angular-http-auth": "~1.2.3",
"angular-ui-router": "~0.2.15",
"angular-animate": "~1.3.20",
"semantic-ui": "~2.1.6",
"ngstorage": "~0.3.10",
"yasgui-yasqe": "~2.7.2",
"yasgui-yasr": "~2.6.3",
"raw": "densitydesign/raw",
"ngInfiniteScroll": "~1.2.1"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js",
"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"
]
},
"semantic-ui": {
"main": [
"src/semantic.less",
"dist/semantic.js",
"dist/semantic.css",
"dist/themes/default/assets/fonts/icons.woff",
"dist/themes/default/assets/fonts/icons.woff2",
"dist/themes/default/assets/fonts/icons.ttf",
"dist/themes/default/assets/fonts/icons.svg",
"dist/themes/default/assets/fonts/icons.eot",
"dist/themes/default/assets/fonts/icons.otf",
"dist/themes/default/assets/images/flags.png"
]
},
"yasgui-yasqe": {
"main": [
"dist/yasqe.bundled.js",
"dist/yasqe.css"
]
},
"yasgui-yasr": {
"main": [
"dist/yasr.bundled.js",
"dist/yasr.css"
]
}
},
"resolutions": {
"angular": "~1.3.20",
"angular-animate": "~1.3.20"
}
}