-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
69 lines (69 loc) · 1.62 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
61
62
63
64
65
66
67
68
69
{
"name": "seneca-rabbitmq-transport",
"version": "0.2.1",
"description": "Seneca RabbitMQ transport",
"main": "rabbitmq-transport.js",
"scripts": {
"test": "lab -r console -v -L -m 3000 -t 95",
"lint": "lab -dL",
"coverage": "lab -s test/*test.js -r lcov | coveralls",
"setup-test": "./setup.sh",
"annotate": "docco rabbitmq-transport.js -o doc"
},
"homepage": "https://github.com/senecajs/seneca-rabbitmq-transport",
"repository": {
"type": "git",
"url": "git://github.com/senecajs/seneca-rabbitmq-transport.git"
},
"bugs": {
"url": "https://github.com/senecajs/seneca-rabbitmq-transport/issues/new"
},
"keywords": [
"seneca",
"transport",
"plugin",
"rabbitmq",
"amqp"
],
"author": "Richard Rodger (http://richardrodger.com)",
"license": "MIT",
"dependencies": {
"amqplib": "0.4.0",
"lodash": "^3.10.1"
},
"peerDependencies": {
"seneca": "*"
},
"devDependencies": {
"async": "1.5.0",
"code": "^1.5.0",
"coveralls": "^2.11.6",
"docco": "0.7.0",
"eslint-config-seneca": "1.x.x",
"eslint-plugin-hapi": "4.x.x",
"eslint-plugin-standard": "1.x.x",
"lab": "6.2.0",
"seneca": "plugin",
"seneca-salestax": "0.1.3",
"seneca-transport-test": "0.1.2"
},
"files": [
"README.md",
"LICENSE.txt",
"rabbitmq-transport.js"
],
"contributors": [
{
"name": "wprl",
"url": "https://github.com/wprl"
},
{
"name": "Michele Capra",
"url": "https://github.com/piccoloaiutante"
},
{
"name": "Cristian Kiss",
"url": "https://github.com/ckiss"
}
]
}