-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
43 lines (42 loc) · 1.13 KB
/
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
40
41
42
{
"name": "kafka-connect-ui",
"version": "0.9.7",
"description": "A user interface for managing Kafka Connectors",
"readme": "README.md",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-task": "^0.4.0",
"grunt-cache-breaker": "^2.0.1",
"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"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install",
"build": "grunt && cd dist && tar cvzf kafka-connect-ui.tar.gz ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Landoop/kafka-connect-ui.git"
},
"keywords": [
"kafka",
"kafka connect"
],
"author": "Landoop team",
"license": "BSL-1.0",
"bugs": {
"url": "https://github.com/Landoop/kafka-connect-ui/issues"
},
"homepage": "https://github.com/Landoop/kafka-connect-ui#readme",
"resolutions": {
"graceful-fs": "^4.2.4"
}
}