-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 682 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 682 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
{
"name": "amqp-tool",
"description": "Rabbitmq-tool - import/export data from a RabbitMQ broker",
"keywords": [
"amqp",
"rabbitmq",
"tool",
"export",
"import"
],
"version": "1.0.0",
"homepage": "https://github.com/FGRibreau/node-amqp-tool",
"repository": {
"type": "git",
"url": "git://github.com/FGRibreau/node-amqp-tool.git"
},
"dependencies": {
"optimist": "0.3.0",
"amqp-dsl": "*",
"lazy": "1.0.x"
},
"bin": {
"amqp-tool": "./bin/amqp-tool",
"rabbitmq-tool": "./bin/amqp-tool"
},
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
"engines": {
"node": ">= 4"
}
}