forked from cainus/Prozess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 918 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
{
"name": "prozess",
"description" : "Prozess is a kafka library for Node.js",
"keywords" : ["kafka", "producer", "consumer"],
"version": "0.1.2",
"bugs": {
"url": "https://github.com/cainus/Prozess/issues"
},
"scripts" : {
"test" : "make test"
},
"maintainers": [
{
"name": "Gregg Caines",
"email": "gregg@caines.ca",
"web": "http://caines.ca"
},
{
"name": "Seth Edwards",
"email": "sethaedwards@gmail.com"
}
],
"dependencies": {
"underscore" : "1.3.3",
"buffermaker" : "0.0.8",
"binary" : "0.3.0",
"crc32" : "0.2.2",
"bignum" : "0.5.1"
},
"devDependencies" : {
"mockery" : "1.1.2",
"hottap" : "1.0.1",
"mocha" : "1.3.0",
"should" : "1.1.0"
}
}