forked from lensesio/kafka-connect-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 856 Bytes
/
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
{
"name": "kafka-connect-ui",
"authors": [
"Christina Daskalaki <[email protected]>",
"Antonios Chalkiopoulos <[email protected]>",
"Marios Andreopoulos <[email protected]>",
"John Glampedakis <[email protected]>"
],
"description": "A user interface for Kafka Connect",
"license": "BSL",
"main": "index.html",
"homepage": "http://kafka-connect-ui.landoop.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "1.5.9",
"angular-route": "1.5.9",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-ui-ace": "bower",
"angular-material": "1.1.1",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"components-font-awesome": "^4.6.3",
"angular-messages": "1.5.9",
"angular-google-chart": "^0.1.0"
}
}