-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "rabbitmq-queue-stream",
"version": "0.4.7",
"description": "Reliable streaming interface to rabbitmq queues",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/classdojo/rabbitmq-queue-stream"
},
"keywords": [
"rabbitmq",
"amqp",
"queue",
"stream",
"streaming"
],
"dependencies": {
"amqp": "0.2.0",
"async": "0.9.0",
"debug": "2.1.0",
"lodash": "2.4.1"
},
"devDependencies": {
"codecov.io": "0.0.8",
"istanbul": "0.3.5",
"jshint": "2.5.7",
"mocha": "2.0.1",
"expect.js": "0.2.0",
"sinon": "1.11.1",
"rewire": "2.1.2"
},
"author": "Christopher Olivares <[email protected]>",
"contributors": [
"Peter Hayes <[email protected]>",
"Nick Bottomley <[email protected]>",
"Byron Wong <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/classdojo/rabbitmq-queue-stream/issues"
},
"homepage": "https://github.com/classdojo/rabbitmq-queue-stream"
}