-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
63 lines (63 loc) · 1.58 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
62
63
{
"name": "recon",
"version": "0.0.0",
"dependencies": {
"FileSaver": "*",
"angular": "1.5.8",
"angular-bootstrap": "2.2.0",
"angular-hotkeys": "chieffancypants/angular-hotkeys",
"angular-http-auth": "1.4.1",
"angular-sparql-service": "1.2.0",
"angular-ui-router": "0.3.2",
"angular-utf8-base64": "0.0.5",
"angular-yasqe-directive": "1.0.0",
"bootstrap": "3.3.7",
"font-awesome": "4.7.0",
"jquery": "3.1.1",
"js-xlsx": "0.8.0",
"ng-file-upload": "12.2.13",
"ng-focus-on": "0.2.2",
"ngstorage": "0.3.11",
"papa.parse": "4.1.2",
"yasgui-yasqe": "2.11.5"
},
"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"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.svg"
]
},
"yasgui-yasqe": {
"main": [
"dist/yasqe.bundled.js",
"dist/yasqe.css"
]
},
"js-xlsx": {
"main": [
"dist/xlsx.full.min.js"
]
}
},
"devDependencies": {},
"resolutions": {
"angular": "1.5.8",
"yasgui-yasqe": "2.11.5"
}
}