forked from mateodelnorte/servicebus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 867 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
{
"author": "Matt Walters <[email protected]>",
"contributors": [
],
"name": "servicebus",
"description": "Simple service bus for sending events between processes using amqp.",
"version": "2.0.8",
"homepage": "https://github.com/mateodelnorte/servicebus",
"repository": {
"type": "git",
"url": "git://github.com/mateodelnorte/servicebus.git"
},
"engines": {
"node": "0.6 || 0.8 || 0.9 || 0.10 || 0.12"
},
"dependencies": {
"amqplib": "^0.4.0",
"debug": "^2.2.0",
"extend": "^3.0.0",
"node-uuid": "^1.4.3",
"readable-id": "0.0.3"
},
"devDependencies": {
"longjohn": "~0.2.9",
"mocha": ">=2.3.3",
"servicebus-retry": "0.0.9",
"should": "7.1.0",
"sinon": "~1.17.1"
},
"optionalDependencies": {}
}