-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
55 lines (55 loc) · 1.09 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
{
"name": "rabbus",
"version": "0.8.2",
"description": "A micro-servicebus for RabbitMQ",
"main": "rabbus/lib/index.js",
"scripts": {
"test": "grunt specs"
},
"repository": {
"type": "git",
"url": "https://github.com/derickbailey/rabbus.git"
},
"keywords": [
"rabbitmq",
"messaging",
"message",
"bus",
"servicebus",
"amqplib",
"rabbot",
"send",
"receive",
"pub",
"sub",
"pubsub",
"request",
"response"
],
"author": "Derick Bailey",
"license": "MIT",
"bugs": {
"url": "https://github.com/derickbailey/rabbus/issues"
},
"homepage": "https://github.com/derickbailey/rabbus",
"devDependencies": {
"grunt": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-contrib-watch": "^1.0",
"grunt-jasmine-nodejs": "^1.5",
"moment": "2.14.1",
"rabbot": "^1.0"
},
"dependencies": {
"generic-middleware": "2.1.0",
"postal": "2.0.4",
"underscore": "1.8.3",
"uuid": "2.0.2",
"whistlepunk": "0.3.3"
},
"peerDependencies": {},
"engines": {
"node": ">=4.0",
"npm": ">=2.0"
}
}