forked from brianrumburg/MassTransit.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 957 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 957 Bytes
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
{
"name": "@carable/masstransit",
"version": "1.2.2",
"author": "Brian Rumburg <brian@rumburg.org>",
"contributors": [
"Brian Mavity <brian@brianmavity.com> (http://www.brianmavity.com)",
"Dru Sellers <dru@drusellers.com> (http://www.drusellers.com)",
"Brian Rumburg <brian@rumburg.org>"
],
"description": "node.js adapter for MassTransit Service Bus",
"dependencies": {
"amqplib": "^0.5.2",
"guid": "0.0.12",
"lodash": "^4.12.0",
"node-uuid": "1.1.0",
"promise": "^7.1.1",
"vows": "0.5.8"
},
"keywords": [
"esb"
],
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/carable/MassTransit.js.git"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}