-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
70 lines (70 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "kafka-java-bridge",
"description": "Kafka java client wrapper. Supports kafka version 0.8 and up",
"version": "0.2.8",
"author": {
"name": "LivePersonInc",
"email": "[email protected]"
},
"contributors": [
{
"name": "Eli Ostro",
"email": "[email protected]"
},
{
"name": "Reem Diab",
"email": "[email protected]"
}
],
"keywords": [
"kafka",
"java",
"highLevelConsumer",
"high",
"level",
"consumer",
"client",
"kafka client",
"node",
"kafka0.8",
"kafka8",
"zookeeper",
"liveperson"
],
"main": "./index.js",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"start": "node ./index",
"test": "grunt default --verbose"
},
"dependencies": {
"app-root-path": "^2.0.1",
"java": "~0.8.0",
"node-int64": "^0.4.0"
},
"devDependencies": {
"chai": "~3.5.0",
"grunt": "~1.0.1",
"grunt-available-tasks": "~0.6.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-env": "~0.4.4",
"grunt-istanbul": "~0.7.0",
"grunt-mocha-test": "~0.13.2",
"grunt-node-version": "~1.0.0",
"load-grunt-config": "~0.19.1",
"mocha": "~3.2.0",
"mockery": "~2.0.0",
"sinon": "~1.17.2",
"time-grunt": "~1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LivePersonInc/kafka-java-bridge"
},
"license": "MIT",
"engines": {
"node": ">=6.9.1",
"npm": ">=3.10.9"
}
}