forked from cainus/Prozess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.41 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
{
"name": "prozess",
"description": "Prozess is a kafka library for Node.js",
"keywords": [
"kafka",
"producer",
"consumer"
],
"version": "0.7.3",
"bugs": {
"url": "https://github.com/cainus/Prozess/issues"
},
"scripts": {
"test": "make test-coveralls"
},
"maintainers": [
"Gregg Caines <[email protected]> (http://caines.ca)",
"Eric Lee <[email protected]> (http://mcdonaldsprogrammingmetaphors.wordpress.com/)",
"Seth Edwards <[email protected]>"
],
"contributors": [
"Christoph Tavan",
"Devon Crouse",
"Mithun Satheesh <[email protected]> (http://www.linkedin.com/pub/mithun-satheesh/28/89b/a56)"
],
"dependencies": {
"underscore": "1.3.3",
"buffermaker": "1.2.0",
"binary": "0.3.0",
"crc32": "0.2.2",
"buffer-crc32": "0.2.1",
"bignum": "0.9.2",
"readable-stream": "1.0.26"
},
"devDependencies": {
"istanbul": "0.2.8",
"jshint": "2.5.0",
"coveralls": "2.10.0",
"jscoverage": "0.3.6",
"mockery": "1.1.2",
"hottap": "1.0.1",
"mocha": "1.3.0",
"should": "1.1.0",
"sinon": "1.5.2"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/cainus/Prozess.git"
},
"engines": {
"node": ">=0.8.0"
},
"author": "Gregg Caines",
"license": "BSD",
"homepage": "https://github.com/cainus/Prozess"
}