forked from lensesio/kafka-topics-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1017 Bytes
/
package.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",
"version": "0.9.2",
"description": "A user interface for reading data from Kafka Topics",
"readme": "README.md",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-usemin": "^3.1.1",
"jit-grunt": "^0.10.0",
"grunt-cache-breaker": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Landoop/kafka-topics-ui.git"
},
"keywords": [
"schema",
"registry",
"kafka",
"topics",
"avro"
],
"author": "Landoop team",
"license": "http://landoop.com/bsl",
"bugs": {
"url": "https://github.com/Landoop/kafka-topics-ui/issues"
},
"homepage": "https://github.com/Landoop/kafka-topics-ui#readme"
}