-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
51 lines (51 loc) · 1.27 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
{
"name": "newsleak",
"description": "Newsleak application",
"version": "1.0.0",
"homepage": "https://github.com/uhh-lt/newsleak",
"authors": [
"Uli Fahrer",
"Florian Zouhar",
"Alvin Fazrie",
"Gregor Wiedemann"
],
"license": "GNU General Public License v3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/assets/javascripts/libs/",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.14",
"angular-animate": "1.4.14",
"angular-aria": "1.4.14",
"angular-sanitize": "1.4.14",
"angular-messages": "1.4.14",
"angular-screenfull": "~1.0.0",
"angular-material": "~1.1.8",
"highcharts-release": "~4.2.7",
"requirejs": "~2.3.2",
"underscore": "~1.8.3",
"screenfull": "~4.0.1",
"font-awesome": "~4.7.0",
"jquery": "~2.2.4",
"jquery-json": "~2.6.0",
"vis": "~4.17.0",
"angular-bootstrap": "~1.3.3",
"angular-bootstrap-contextmenu": "0.9.9",
"angular-resizable": "*",
"bootstrap": "~3.3.6",
"angular-ui-layout": "1.4.2",
"angular-ui-router": "~0.2.15",
"angular-ui-bootstrap": "~1.3.3",
"angular-file-saver": "~1.1.1",
"angular-bootstrap-file-field": "0.1.3"
},
"resolutions": {
"angular": "1.4.14",
"screenfull": "4.0.0"
}
}