-
Notifications
You must be signed in to change notification settings - Fork 148
/
bower.json
39 lines (39 loc) · 1.11 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
{
"name": "kafka-topics-ui",
"authors": [
"Christina Daskalaki <[email protected]>",
"Antonios Chalkiopoulos <[email protected]>",
"Marios Andreopoulos <[email protected]>",
"John Glampedakis <[email protected]>"
],
"description": "A user interface for reading data from Kafka Topics",
"main": "index.html",
"license": "http://landoop.com/bsl",
"homepage": "http://kafka-topics-ui.landoop.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "1.6.4",
"angular-route": "1.6.4",
"angular-animate": "1.6.4",
"angular-aria": "1.5.9",
"angular-ui-ace": "bower",
"bootstrap": "^3.3.6",
"angular-messages": "1.6.4",
"angular-spinner": "0.8.1",
"angular-material": "1.0.9",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"font-awesome": "fontawesome#^4.6.3",
"angular-material-data-table": "^0.10.9",
"angular-cookies": "^1.6.5",
"angular-json-tree": "^1.0.1",
"ngHandsontable": "0.13.0",
"angular-base64": "^2.0.3"
},
"resolutions": {
"angular": "~1.6.4"
}
}